byteStreamBodyHasAccess function
Implementation
bool byteStreamBodyHasAccess(BaseParameterAnnotation annotation) {
return annotation is ServerBodyAnnotation &&
(annotation.access?.isNotEmpty ?? false);
}
bool byteStreamBodyHasAccess(BaseParameterAnnotation annotation) {
return annotation is ServerBodyAnnotation &&
(annotation.access?.isNotEmpty ?? false);
}