update property

Stream<RecordEvent<D>> update

Implementation

Stream<RecordEvent<D>> get update => where((event) => event.eventType == RecordEventType.update);