copyWith property

CellSwitchedCopyWith<CellSwitched, CellSwitched, CellSwitched> get copyWith

Implementation

CellSwitchedCopyWith<CellSwitched, CellSwitched, CellSwitched> get copyWith =>
    _CellSwitchedCopyWithImpl<CellSwitched, CellSwitched>(
      this as CellSwitched,
      $identity,
      $identity,
    );