isFinal property

bool get isFinal

Implementation

bool get isFinal => (flags & FLAG_FINAL) != 0;