SearchChannel class

Metadata related to a search query result (channel)

Mixed in types
Annotations
  • @freezed

Constructors

SearchChannel(ChannelId id, String name, String description, int videoCount)
Initialize a SearchChannel instance.
const
factory

Properties

copyWith → $SearchChannelCopyWith<SearchChannel>
no setterinherited
description String
Description snippet. Can be empty.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id ChannelId
Channel id.
no setterinherited
name String
Channel name.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoCount int
Channel uploaded videos.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited