toJson method

Map<String, dynamic> toJson()

Implementation

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