setASTPrintMode function

void setASTPrintMode(
  1. ASTPrintMode mode
)

Sets the ASTPrintMode of the current context used in astToString and some other places.

Implementation

void setASTPrintMode(ASTPrintMode mode) => currentContext.setASTPrintMode(mode);