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