isLiteral property

bool get isLiteral

Whether this annotation is @literal from the meta package.

@literal indicates that a constructor creates a constant instance.

Implementation

bool get isLiteral;