Map<String, dynamic> toJson() { final type = this.type; final uri = this.uri; return { if (type != null) 'Type': type.toValue(), if (uri != null) 'URI': uri, }; }