IllegalFenCause enum
An enumeration of the possible causes of an illegal FEN string.
Values
- format → const IllegalFenCause
-
The FEN string is not in the correct format.
- board → const IllegalFenCause
-
The board part of the FEN string is invalid.
- turn → const IllegalFenCause
-
The turn part of the FEN string is invalid.
- castling → const IllegalFenCause
-
The castling part of the FEN string is invalid.
- enPassant → const IllegalFenCause
-
The en passant part of the FEN string is invalid.
- halfmoveClock → const IllegalFenCause
-
The halfmove clock part of the FEN string is invalid.
- fullmoveNumber → const IllegalFenCause
-
The fullmove number part of the FEN string is invalid.
- remainingChecks → const IllegalFenCause
-
The remaining checks part of the FEN string is invalid.
- pockets → const IllegalFenCause
-
The pockets part of the FEN string is invalid.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Constants
-
values
→ const List<
IllegalFenCause> - A constant List of the values in this enum, in order of their declaration.