collectionChanges property Null safety
Emits when a control is added or removed from collection.
Implementation
Stream<List<AbstractControl<Object?>>> get collectionChanges =>
_collectionChanges.stream;
Emits when a control is added or removed from collection.
Stream<List<AbstractControl<Object?>>> get collectionChanges =>
_collectionChanges.stream;