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