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