setASTPrintMode function
Sets the ASTPrintMode of the current context used in astToString and some other places.
Implementation
void setASTPrintMode(ASTPrintMode mode) => currentContext.setASTPrintMode(mode);
Sets the ASTPrintMode of the current context used in astToString and some other places.
void setASTPrintMode(ASTPrintMode mode) => currentContext.setASTPrintMode(mode);