toJson method

Map<String, dynamic> toJson()

Implementation

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