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