fromJson static method

RealtimeModel fromJson(
  1. String raw
)

Parses the wire value or throws if it’s an unknown model string.

Implementation

static RealtimeModel fromJson(String raw) => RealtimeModel(raw);