isAbstract property

bool isAbstract

Implementation

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