copyWith property

CellShuffledCopyWith<CellShuffled, CellShuffled, CellShuffled> get copyWith
inherited

Implementation

CellShuffledCopyWith<CellShuffled, CellShuffled, CellShuffled> get copyWith =>
    _CellShuffledCopyWithImpl<CellShuffled, CellShuffled>(
      this as CellShuffled,
      $identity,
      $identity,
    );