StateEffect<T> constructor
const
StateEffect<T> (
- StateEffectType<
T> type, - T value
Implementation
const StateEffect(this.type, this.value);
const StateEffect(this.type, this.value);