constant property

  1. @override
Constant get constant
override

The constant value of this annotation.

For annotations with arguments, this provides access to those argument values.

Implementation

@override
Constant get constant => _constValue ??= _constantValueCompute()!;