extendsClause property
ExtendsClause?
get
extendsClause
Returns the extends
clause for this class, or null
if the class
does not extend any other class.
In valid code only ClassDeclaration can specify it.
Implementation
ExtendsClause? get extendsClause;