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