Authorizers constructor
Authorizers({
- List<
Authorizer> ? items, - String? position,
Implementation
Authorizers({
this.items,
this.position,
});
Authorizers({
this.items,
this.position,
});