events property

Stream<FarmEvent> events

Implementation

Stream<FarmEvent> get events =>
    farm.events.where((event) => event.device == this);