fromJson static method

RtmMessageType fromJson(
  1. int json
)

Implementation

static RtmMessageType fromJson(int json) =>
    $enumDecode(_$RtmMessageTypeEnumMap, json);