MySqlHomogeneousConfig.fromJson constructor
MySqlHomogeneousConfig.fromJson(
- Map json_
Implementation
MySqlHomogeneousConfig.fromJson(core.Map json_)
: this(isPrimaryDestination: json_['isPrimaryDestination'] as core.bool?);