name property

ValueNotifier<String?> name
getter/setter pair

Implementation

ValueNotifier<String?> name = ValueNotifier('');