menu
khadem package
documentation
orm.dart
HasAttributes<T>
fillable property
fillable property
dark_mode
light_mode
fillable
property
List
<
String
>
get
fillable
The attributes that are mass assignable.
Implementation
List<String> get fillable => [];
khadem package
documentation
orm
HasAttributes<T>
fillable property
HasAttributes mixin