deserialize method Null safety
Deserializes the finder from JSON generated by serialize.
Implementation
static ByType deserialize(Map<String, String> json) {
return ByType(json['type']!);
}
Deserializes the finder from JSON generated by serialize.
static ByType deserialize(Map<String, String> json) {
return ByType(json['type']!);
}