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