fromJson static method

RtmPeerOnlineState fromJson(
  1. int json
)

Implementation

static RtmPeerOnlineState fromJson(int json) =>
    $enumDecode(_$RtmPeerOnlineStateEnumMap, json);