withPrevState method
Implementation
@override
GridCommand withPrevState(GridState state) =>
PinRowCommand(rowId, position, prevState: state);
@override
GridCommand withPrevState(GridState state) =>
PinRowCommand(rowId, position, prevState: state);