SimpleInfo<T> constructor

SimpleInfo<T>(
  1. T? _state
)

Implementation

SimpleInfo(this._state);