DartPoet Docs Help

Classes

Dart is an object-oriented programing languages which classes and a mixin-base inhertance. Each object is an instance of a class. Mixin-based inheritance means that although every class (except for the top class, Object?) has exactly one superclass, a class body can be reused in multiple class hierarchies. Extension methods are a way to add functionality to a class without changing the class or creating a subclass. Class modifiers allow you

Last modified: 11 March 2024