isAbstract property

  1. @Deprecated('Use abstractKeyword instead')
bool isAbstract

Return true if this class is declared to be an abstract class.

Implementation

@Deprecated('Use abstractKeyword instead')
bool get isAbstract;