IpGeoLocation.fromJson constructor

IpGeoLocation.fromJson(
  1. Map<String, dynamic> json
)

Constructs an IpGeoLocation from the provided json.

Implementation

factory IpGeoLocation.fromJson(Map<String, dynamic> json) =>
    _$IpGeoLocationFromJson(json);