menu
twipe_flutter_core package
documentation
utils/json/json_object.dart
JSONObject
JSONObject constructor
JSONObject constructor
dark_mode
light_mode
JSONObject
constructor
JSONObject
(
Map
<
String
,
dynamic
>
_data
)
data
should be JSON (
Map<String, dynamic>
)
Implementation
JSONObject(this._data);
twipe_flutter_core package
documentation
utils/json/json_object
JSONObject
JSONObject constructor
JSONObject class