Visibility constructor
Visibility({
- String? identifier,
- VisibilityType? type,
- String? value,
Implementation
Visibility({this.identifier, this.type, this.value});