fromJson static method

RtmPeerSubscriptionOption fromJson(
  1. int json
)

Implementation

static RtmPeerSubscriptionOption fromJson(int json) =>
    $enumDecode(_$RtmPeerSubscriptionOptionEnumMap, json);