PgnNodeData class

PGN data for a PgnNode.

Constructors

PgnNodeData({required String san, List<String>? startingComments, List<String>? comments, List<int>? nags})
Constructs a new PgnNodeData.

Properties

comments List<String>?
PGN comments after the move.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nags List<int>?
Numeric Annotation Glyphs for the move.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
san String
SAN representation of the move.
final
startingComments List<String>?
PGN comments before the move.
getter/setter pair

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