isAbstract property

bool get isAbstract

Implementation

bool get isAbstract => (flags & FLAG_ABSTRACT) != 0;