AccessLocations.fromJson constructor
AccessLocations.fromJson(
- Map json_
Implementation
AccessLocations.fromJson(core.Map json_)
: this(
principalOfficeCountry:
json_['principalOfficeCountry'] as core.String?,
principalPhysicalLocationCountry:
json_['principalPhysicalLocationCountry'] as core.String?,
);