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