SecondaryConfig.fromJson constructor

SecondaryConfig.fromJson(
  1. Map json_
)

Implementation

SecondaryConfig.fromJson(core.Map json_)
    : this(
        primaryClusterName: json_['primaryClusterName'] as core.String?,
      );