$GetPolicyOptions.fromJson constructor

$GetPolicyOptions.fromJson(
  1. Map json_
)

Implementation

$GetPolicyOptions.fromJson(core.Map json_)
    : this(
        requestedPolicyVersion: json_.containsKey('requestedPolicyVersion')
            ? json_['requestedPolicyVersion'] as core.int
            : null,
      );