Closed CarterLi closed 6 years ago
It's useful when there are many common properties. For example:
abstract class BaseModel { int id; DateTime createdAt; DateTime updatedAt; } class Profile extends BaseModel { string name; } class Message extends BaseModel { string content; }
Supported in 1.0.0-alpha
4 years old issue wow
Yeah I know. Took some time...
It's useful when there are many common properties. For example: