fromJson static method

RootMessage fromJson(
  1. Map<String, dynamic> json
)

Implementation

static RootMessage fromJson(Map<String, dynamic> json) {
  return _fromJson<BaseMessage>(json);
}