DatabaseManagementConfig.fromJson constructor

DatabaseManagementConfig.fromJson(
  1. Map json_
)

Implementation

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