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