MineralState<T> constructor Null safety

MineralState<T>(
  1. T state
)

Implementation

MineralState(this.state);