fromJson static method
Parses the wire value or throws if it’s an unknown model string.
Implementation
static RealtimeModel fromJson(String raw) => RealtimeModel(raw);
Parses the wire value or throws if it’s an unknown model string.
static RealtimeModel fromJson(String raw) => RealtimeModel(raw);