isAbstract property

bool get isAbstract

Implementation

bool get isAbstract => type?.toLowerCase() == "abstract";