fromJson static method

RtmAreaCode fromJson(
  1. int json
)

Implementation

static RtmAreaCode fromJson(int json) =>
    $enumDecode(_$RtmAreaCodeEnumMap, json);