menu
jetleaf_lang package
documentation
lang.dart
Class<T>
getAllMixins abstract method
getAllMixins abstract method
dark_mode
light_mode
getAllMixins
abstract method
List
<
Class
>
getAllMixins
(
)
Gets all mixins applied to this class.
Returns:
List of all mixins (including those from superclasses)
Empty list if no mixins applied
Implementation
List<Class> getAllMixins();
jetleaf_lang package
documentation
lang
Class<T>
getAllMixins abstract method
Class class