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