GoogleChromePolicyVersionsV1PolicyValue constructor

GoogleChromePolicyVersionsV1PolicyValue({
  1. String? policySchema,
  2. Map<String, Object?>? value,
})

Implementation

GoogleChromePolicyVersionsV1PolicyValue({
  this.policySchema,
  this.value,
});