BackupDrTemplateConfig.fromJson constructor

BackupDrTemplateConfig.fromJson(
  1. Map json_
)

Implementation

BackupDrTemplateConfig.fromJson(core.Map json_)
    : this(
        firstPartyManagementUri:
            json_['firstPartyManagementUri'] as core.String?,
        thirdPartyManagementUri:
            json_['thirdPartyManagementUri'] as core.String?,
      );