menu
dart_easy_json package
documentation
easy_json.dart
EasyConvert
EasyConvert.new const constructor
EasyConvert.new const constructor
dark_mode
light_mode
EasyConvert
constructor
const
EasyConvert
(
{
Function
?
fromJson
,
Function
?
toJson
,
Function
?
valueFromJson
,
Function
?
valueToJson
,
})
Implementation
const EasyConvert({ this.fromJson, this.toJson, this.valueFromJson, this.valueToJson, });
dart_easy_json package
documentation
easy_json
EasyConvert
EasyConvert.new const constructor
EasyConvert class