isLiteral property

bool isLiteral

Returns true if the field value is a compile-time constant.

Implementation

bool get isLiteral =>
    _attributes & CorFieldAttr.fdLiteral == CorFieldAttr.fdLiteral;