Empty constructor

Empty(
  1. {required bool isWhite}
)

Implementation

Empty({required super.isWhite}) {
  _value = 0;
  _img = "";
}