core.Map<core.String, core.dynamic> toJson() { final identifier = this.identifier; final type = this.type; return {'identifier': ?identifier, 'type': ?type}; }