VmwareAAGConfig.fromJson constructor
VmwareAAGConfig.fromJson(
- Map json_
Implementation
VmwareAAGConfig.fromJson(core.Map json_)
: this(aagConfigDisabled: json_['aagConfigDisabled'] as core.bool?);
VmwareAAGConfig.fromJson(core.Map json_)
: this(aagConfigDisabled: json_['aagConfigDisabled'] as core.bool?);