TvChannel enum

Inheritance
Annotations
  • @JsonEnum(valueField: 'raw')

Constructors

TvChannel(String raw)
const

Values

bot → const TvChannel
const TvChannel('Bot')
blitz → const TvChannel
const TvChannel('Blitz')
racingKings → const TvChannel
const TvChannel('Racing Kings')
ultraBullet → const TvChannel
const TvChannel('UltraBullet')
bullet → const TvChannel
const TvChannel('Bullet')
classical → const TvChannel
const TvChannel('Classical')
threeCheck → const TvChannel
const TvChannel('Three-check')
antichess → const TvChannel
const TvChannel('Antichess')
computer → const TvChannel
const TvChannel('Computer')
horde → const TvChannel
const TvChannel('Horde')
rapid → const TvChannel
const TvChannel('Rapid')
atomic → const TvChannel
const TvChannel('Atomic')
crazyhouse → const TvChannel
const TvChannel('Crazyhouse')
chess960 → const TvChannel
const TvChannel('Chess960')
kingOfTheHill → const TvChannel
const TvChannel('King of the Hill')
topRated → const TvChannel
const TvChannel('Top Rated')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
raw String
final
runtimeType Type
A representation of the runtime type of the object.
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

Static Methods

fromJson(String raw) TvChannel?

Constants

values → const List<TvChannel>
A constant List of the values in this enum, in order of their declaration.