fromJson static method

RtmCloudProxyType fromJson(
  1. int json
)

Implementation

static RtmCloudProxyType fromJson(int json) =>
    $enumDecode(_$RtmCloudProxyTypeEnumMap, json);