ShortCode.fromJson constructor
ShortCode.fromJson(
- Map json_
Implementation
ShortCode.fromJson(core.Map json_)
: this(
number: json_['number'] as core.String?,
regionCode: json_['regionCode'] as core.String?,
);