BackendBucketList constructor
BackendBucketList({
- String? id,
- List<
BackendBucket> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- BackendBucketListWarning? warning,
Implementation
BackendBucketList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});