ObservableProperty<V> constructor

const ObservableProperty<V>(
  1. 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);