menu
khadem package
documentation
database/orm.dart
UuidPrimaryKey<T>
append method
append method
dark_mode
light_mode
append
method
void
append
(
List
<
String
>
attributes
)
inherited
Append attributes.
Implementation
void append(List<String> attributes) { _runtimeAppends.addAll(attributes); }
khadem package
documentation
database/orm
UuidPrimaryKey<T>
append method
UuidPrimaryKey mixin