menu
reactive_validator package
documentation
contracts/stream_validation_controller.dart
StreamValidationController<K>
errorsStream property
errorsStream property
dark_mode
light_mode
errorsStream
property
Stream
<
Map
<
K
,
String
>
>
get
errorsStream
Stream
with all validation error messages.
Implementation
Stream<Map<K, String>> get errorsStream;
reactive_validator package
documentation
contracts/stream_validation_controller
StreamValidationController<K>
errorsStream property
StreamValidationController class