AccessControl constructor

const AccessControl({
  1. AccessControlType? create,
  2. AccessControlType? call,
})

Implementation

const AccessControl({this.create, this.call});