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