Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'alert_id'] = this.alertId; return json; }