TautulliGeolocationInfo.fromJson constructor

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

Deserialize a JSON map to a TautulliGeolocationInfo object.

Implementation

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