EdgeResponse constructor
EdgeResponse({})
Returns a new EdgeResponse instance.
Implementation
EdgeResponse({
required this.continentCode,
required this.countryIsoCode,
required this.green,
required this.id,
required this.latencyTestUrl,
required this.latitude,
required this.longitude,
required this.red,
required this.subdivisionIsoCode,
required this.yellow,
});