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