menu
json_serializer package
documentation
json_serializer.dart
JsonConverter<T>
canConvert abstract method
canConvert abstract method
dark_mode
light_mode
canConvert
abstract method
bool
canConvert
(
TypeInfo
type
)
Checks if the converter can handle the provided
type
.
Implementation
bool canConvert(TypeInfo type);
json_serializer package
documentation
json_serializer
JsonConverter<T>
canConvert abstract method
JsonConverter class