GetAnnotationSpecRequest constructor

GetAnnotationSpecRequest({
  1. required String name,
  2. FieldMask? readMask,
})

Implementation

GetAnnotationSpecRequest({required this.name, this.readMask})
  : super(fullyQualifiedName);