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