control property

Stream<X?> control

Implementation

Stream<X?> get control =>
    where((a) => a.source.isControl).map((a) => a.value);