vn property
ValueNotifier<int>
get
vn
Returns a ValueNotifier<int> with this int as initial value.
Implementation
ValueNotifier<int> get vn => ValueNotifier(this);
Returns a ValueNotifier<int> with this int as initial value.
ValueNotifier<int> get vn => ValueNotifier(this);