model property

Stream<X?> model

Implementation

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