events property

Stream<FarmEvent> events

Implementation

Stream<FarmEvent> get events {
  return _events.stream;
}