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