menu
my_utility package
documentation
functions/yaml_map_to_json_map.dart
ToJsonObjectConverter<T>
convert abstract method
convert abstract method
dark_mode
light_mode
convert
abstract method
Object
?
convert
(
T
value
)
Converts the provided
value
to a json representable object.
Implementation
Object? convert(T value);
my_utility package
documentation
functions/yaml_map_to_json_map
ToJsonObjectConverter<T>
convert abstract method
ToJsonObjectConverter class