Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'identifier'] = this.identifier; return json; }