events property
Stream<PgPoolEvent>
get
events
The events that happen while the pool is working.
Implementation
Stream<PgPoolEvent> get events => _events.stream;
The events that happen while the pool is working.
Stream<PgPoolEvent> get events => _events.stream;