Geolocation.fromJson constructor

Geolocation.fromJson(
  1. Map json_
)

Implementation

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