isAbstract property

bool isAbstract

Implementation

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