isAbstract property
Return true
if this class is declared to be an abstract class.
Implementation
@Deprecated('Use abstractKeyword instead')
bool get isAbstract;
Return true
if this class is declared to be an abstract class.
@Deprecated('Use abstractKeyword instead')
bool get isAbstract;