toJson method

Map<String, dynamic> toJson()

Implementation

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