toJson method

Map<String, dynamic> toJson()

Implementation

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