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