PostgresHomogeneousConfig.fromJson constructor

PostgresHomogeneousConfig.fromJson(
  1. Map json_
)

Implementation

PostgresHomogeneousConfig.fromJson(core.Map json_)
  : this(
      isNativeLogical: json_['isNativeLogical'] as core.bool?,
      maxAdditionalSubscriptions:
          json_['maxAdditionalSubscriptions'] as core.int?,
    );