Model<T> constructor
const
Model<T> (
- Symbol dataKey,
- T value, {
- ValueChanged<
T> ? onChanged,
Creates a Model for MultiModel.
Implementation
const Model(this.dataKey, this.value, {this.onChanged})
: child = null,
super(key: null);