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