GenericState<T> constructor
const
GenericState<T> (
- T data,
- bool changed
Implementation
const GenericState(this.data, this.changed);
const GenericState(this.data, this.changed);