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