valueChanges property

Stream<Map<String, Object?>?> get valueChanges
inherited

A Stream that emits the value of the control every time it changes.

Implementation

Stream<T?> get valueChanges => _valueChanges.stream;