GetAnnotationSpecRequest constructor
GetAnnotationSpecRequest({
- required String name,
- FieldMask? readMask,
Implementation
GetAnnotationSpecRequest({required this.name, this.readMask})
: super(fullyQualifiedName);