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