AccessLevel constructor
AccessLevel({
- BasicLevel? basic,
- CustomLevel? custom,
- String? description,
- String? name,
- String? title,
Implementation
AccessLevel({
this.basic,
this.custom,
this.description,
this.name,
this.title,
});