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