LichessTvGameSummaryData class

Annotations
  • @freezed

Constructors

LichessTvGameSummaryData({String? id, LichessColor? orientation, List<LichessGamePlayer>? players, String? fen})
const
factory
LichessTvGameSummaryData.fromJson(Map<String, dynamic> json)
factory

Properties

blackPlayer LichessGamePlayer?
no setter
copyWith → $LichessTvGameSummaryDataCopyWith<LichessTvGameSummaryData>
no setterinherited
fen String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
orientation LichessColor?
no setterinherited
players List<LichessGamePlayer>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whitePlayer LichessGamePlayer?
no setter

Methods

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

Operators

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