menu
khadem package
documentation
orm.dart
HasAttributes<T>
attributes property
attributes property
dark_mode
light_mode
attributes
property
Map
<
String
,
dynamic
>
get
attributes
Get all of the current attributes on the model.
Implementation
Map<String, dynamic> get attributes => _attributes;
khadem package
documentation
orm
HasAttributes<T>
attributes property
HasAttributes mixin