FieldPolicy constructor

FieldPolicy({
  1. String? resourcePermission,
  2. String? resourceType,
  3. String? selector,
})

Implementation

FieldPolicy({
  this.resourcePermission,
  this.resourceType,
  this.selector,
});