copyWith property

CellShuffledCopyWith<CellShuffled, CellShuffled, CellShuffled> get copyWith

Implementation

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