GetAllChannelMetadataResult constructor

GetAllChannelMetadataResult(
  1. List<ChannelMetadataDetails>? _metadataList,
  2. int? _totalCount,
  3. String? _next,
  4. String? _prev,
)

Implementation

GetAllChannelMetadataResult(
    this._metadataList, this._totalCount, this._next, this._prev);