core.Map<core.String, core.dynamic> toJson() => { if (category != null) 'category': category!, if (method != null) 'method': method!, if (threshold != null) 'threshold': threshold!, };