toJson method

Map<String, dynamic> toJson()

Implementation

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