annotationType property

  1. @override
Type get annotationType
override

Returns the annotation _type of this annotation.

This method returns the runtime _type of the annotation, which can be used for _type checking and filtering operations.

Returns: The Class object representing the annotation _type

Implementation

@override
Type get annotationType => Generic;