Authorizers constructor

Authorizers({
  1. List<Authorizer>? items,
  2. String? position,
})

Implementation

Authorizers({
  this.items,
  this.position,
});