isAbstract property
      
      bool
      get
      isAbstract
      
    
    
Whether the executable element is abstract.
Executable elements are abstract if they are not external, and have no body.
Implementation
bool get isAbstract;Whether the executable element is abstract.
Executable elements are abstract if they are not external, and have no body.
bool get isAbstract;