menu
chess_loloof64 package
documentation
chess_loloof64.dart
ColorMap<T>
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
T
operator []
(
Color
color
)
Implementation
T operator [](Color color) { return (color == Color.WHITE) ? _white : _black; }
chess_loloof64 package
documentation
chess_loloof64
ColorMap<T>
operator [] method
ColorMap class