vn property

Returns a ValunValueNotifier<bool> with this bool as initial value.

Implementation

ValueNotifier<bool> get vn => ValueNotifier(this);