VmwareAAGConfig.fromJson constructor

VmwareAAGConfig.fromJson(
  1. Map json_
)

Implementation

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