MySqlHomogeneousConfig.fromJson constructor

MySqlHomogeneousConfig.fromJson(
  1. Map json_
)

Implementation

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