Interface in Dart
When any class implements an Interface, it must override every method and instance variable of an interface. However, Dart does not have a syntax for declaring interfaces. The class declaration is an interface in a dart. Any class can act as an inter...
jaytillu.hashnode.dev4 min read