withClause property
WithClause?
get
withClause
Return the with
clause for the enumeration, or null
if the
enumeration does not have a with
clause.
Implementation
WithClause? get withClause;
Return the with
clause for the enumeration, or null
if the
enumeration does not have a with
clause.
WithClause? get withClause;