DatabaseManagementConfig.fromJson constructor
DatabaseManagementConfig.fromJson(
- Map json_
Implementation
DatabaseManagementConfig.fromJson(core.Map json_)
: this(
managementState: json_['managementState'] as core.String?,
managementType: json_['managementType'] as core.String?,
);