Hi, I this return shorthand would be helpful. class MyClass { deleteProfileImage() => (....) } as we already have this const myFunction = () => (....); any thoughts? Serghei