GetAllChannelMetadataResult constructor
- List<
ChannelMetadataDetails> ? _metadataList, - int? _totalCount,
- String? _next,
- String? _prev,
Implementation
GetAllChannelMetadataResult(
this._metadataList, this._totalCount, this._next, this._prev);
GetAllChannelMetadataResult(
this._metadataList, this._totalCount, this._next, this._prev);