withClause property
Return the with clause for this class.
Implementation
WithClause get withClause;
Set the with clause for this class to the given with withClause
.
Implementation
set withClause(WithClause withClause);
Return the with clause for this class.
WithClause get withClause;
Set the with clause for this class to the given with withClause
.
set withClause(WithClause withClause);