GenericState<T> constructor

const GenericState<T>(
  1. T data,
  2. bool changed,
  3. String error
)

Implementation

const GenericState(this.data, this.changed, this.error);