putCustom method

void putCustom(
  1. AnnotationResult result
)

Implementation

void putCustom(AnnotationResult result) {
  _customErrors.add(result);
}