AccessPolicy constructor

AccessPolicy({
  1. bool? allowed,
  2. List<String>? exception,
})

Implementation

AccessPolicy({
  this.allowed,
  this.exception,
});