Class Modifiers
Class modifiers control how a class or mixin can be used, both from within its own library, and from outside the library where it's defined.
Modifier keywords come before a class or mixin declaration.
abstract
base
final
interface
sealed
mixin
- Only the
base
modifier can appear before a mixin declaration.