tags: #dart , #basics links: [[Dart MOC]] --- Mixin is a class that contains methods for use by other classes, without having to be the parent class of those other classes Mixins encourage code reuse and can be used to avoid the inheritance ambiguity that multiple inheritance can cause, or to work around lack of support for multiple inheritance in a language --- [Source](https://resocoder.com/2019/07/21/mixins-in-dart-understand-dart-flutter-fundamentals-tutorial/)