SearchChannel constructor

const SearchChannel(
  1. ChannelId id,
  2. String name,
  3. String description,
  4. int videoCount,
)

Implementation

const factory SearchChannel(final ChannelId id, final String name,
    final String description, final int videoCount) = _$SearchChannelImpl;