isLiteral property

  1. @override
bool get isLiteral
override

Whether this annotation is @literal from the meta package.

@literal indicates that a constructor creates a constant instance.

Implementation

@override
bool get isLiteral => _isMeta('literal');