PostgresHomogeneousConfig constructor

PostgresHomogeneousConfig({
  1. bool? isNativeLogical,
  2. int? maxAdditionalSubscriptions,
})

Implementation

PostgresHomogeneousConfig({
  this.isNativeLogical,
  this.maxAdditionalSubscriptions,
});