GenericState<T> constructor

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

Implementation

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