$GetPolicyOptions00.fromJson constructor

$GetPolicyOptions00.fromJson(
  1. Map json_
)

Implementation

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