ObservableProperty<V> constructor
const
ObservableProperty<V> (
- V initialValue
Implements the core logic of a property delegate for a read/write property that calls callback functions when changed.
Implementation
const ObservableProperty(this.initialValue);