vn property

Returns a ValueNotifier<String> with this String as initial value.

Implementation

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