ChessFenRow class

A row of game board

Constructors

ChessFenRow(String _fenRow)
constructor by a row string

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

indexOf(String matchCode, [int start = 0]) int
find code index of this row
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int key) String
get code at key position
operator []=(int key, String value) → void
set code at key position