UrlChannels constructor
UrlChannels({
- String? etag,
- List<
UrlChannel> ? items, - String? kind,
- String? nextPageToken,
Implementation
UrlChannels({
this.etag,
this.items,
this.kind,
this.nextPageToken,
});