factory ArcGISMapServiceInfo.fromJson( Map<String, dynamic> json, ) { return ArcGISMapServiceInfo.fromJsonString(jsonEncode(json)); }