Dart Interface
Every Dart class has implicit interface and can also use
Every Dart class has implicit interface and can also use
Java interface can define methods with default implementation and static methods.
TypeScript interface can define both property and method.