error property

ValueNotifier<String?> error
final

Implementation

final ValueNotifier<String?> error = ValueNotifier(null);