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