menu
prisma_flutter_connector package
documentation
runtime.dart
PostgresAdapter
isPooled property
isPooled property
dark_mode
light_mode
isPooled
property
bool
get
isPooled
Whether this adapter is pool-backed.
Implementation
bool get isPooled => _pool != null;
prisma_flutter_connector package
documentation
runtime
PostgresAdapter
isPooled property
PostgresAdapter class