AccountsCustomBatchResponse constructor
AccountsCustomBatchResponse({
- List<
AccountsCustomBatchResponseEntry> ? entries, - String? kind,
Implementation
AccountsCustomBatchResponse({
this.entries,
this.kind,
});