AclEntry constructor

AclEntry({
  1. String? host,
  2. String? operation,
  3. String? permissionType,
  4. String? principal,
})

Implementation

AclEntry({this.host, this.operation, this.permissionType, this.principal});