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