implementsClause property Null safety
Returns the implements
clause for the enumeration, or null
if the
enumeration does not implement any interfaces.
Implementation
ImplementsClause? get implementsClause;
Returns the implements
clause for the enumeration, or null
if the
enumeration does not implement any interfaces.
ImplementsClause? get implementsClause;