implementsClause property

ImplementsClause? implementsClause

Returns the implements clause for the enumeration, or null if the enumeration does not implement any interfaces.

Implementation

ImplementsClause? get implementsClause;