Visibility constructor

Visibility({
  1. String? identifier,
  2. VisibilityType? type,
  3. String? value,
})

Implementation

Visibility({this.identifier, this.type, this.value});