menu
atomic_flutter_kit package
documentation
models/base_model.dart
BaseModel
toInsertJson method
toInsertJson method
dark_mode
light_mode
toInsertJson
method
Map
<
String
,
dynamic
>
toInsertJson
(
)
Implementation
Map<String, dynamic> toInsertJson() { beforeCreate(); return toJson(); }
atomic_flutter_kit package
documentation
models/base_model
BaseModel
toInsertJson method
BaseModel class