MissingAnnotationOnTypeError constructor

MissingAnnotationOnTypeError(
  1. Type? type
)

Implementation

factory MissingAnnotationOnTypeError(Type? type) =
    _MissingAnnotationOnTypeErrorImpl;