menu
incomme_flutter_commerce package
documentation
core/utils/getter.dart
Getter
getMap static method
getMap static method
dark_mode
light_mode
getMap
static method
Map
getMap
(
dynamic
value
)
Implementation
static Map getMap(dynamic value) { if (value is Map) { return value; } return {}; }
incomme_flutter_commerce package
documentation
core/utils/getter
Getter
getMap static method
Getter class