currBoard property

Map<String, String> get currBoard

Implementation

Map<String, String> get currBoard {
  return _currBoard;
}