model property

Stream<X?> get model

Implementation

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