ChannelSort enum Null safety
- Implemented types
Constants
-
const ChannelSort(7)
- clipCount → const ChannelSort
-
const ChannelSort(12)
- description → const ChannelSort
-
const ChannelSort(16)
- englishName → const ChannelSort
-
const ChannelSort(2)
- id → const ChannelSort
-
const ChannelSort(0)
- inactive → const ChannelSort
-
const ChannelSort(15)
- lang → const ChannelSort
-
const ChannelSort(13)
- name → const ChannelSort
-
const ChannelSort(1)
- organization → const ChannelSort
-
const ChannelSort(4)
- photo → const ChannelSort
-
const ChannelSort(6)
- publishedAt → const ChannelSort
-
const ChannelSort(14)
- suborg → const ChannelSort
-
const ChannelSort(5)
- subscriberCount → const ChannelSort
-
const ChannelSort(10)
- twitter → const ChannelSort
-
const ChannelSort(8)
- type → const ChannelSort
-
const ChannelSort(3)
-
values
→ const List<
ChannelSort> -
A constant List of the values in this enum, in order of their declaration.
const List<
ChannelSort> - videoCount → const ChannelSort
-
const ChannelSort(9)
- viewCount → const ChannelSort
-
const ChannelSort(11)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited