menu
nylo_framework package
documentation
nylo_framework.dart
Model<T>
Model constructor
Model constructor
dark_mode
light_mode
Model<
T
>
constructor
Model<
T
>
(
{
String
?
key
,
})
Implementation
Model({String? key}) { _key = key; }
nylo_framework package
documentation
nylo_framework
Model<T>
Model constructor
Model class