copyWith method

UpdateStakeDiceState copyWith({
  1. StakeDiceState? state,
})

Implementation

UpdateStakeDiceState copyWith({StakeDiceState? state}) =>
    UpdateStakeDiceState(state: state ?? this.state);