setFormatted method

void setFormatted(
  1. bool isFormatted
)

Sets whether the output will be formatted.

@param isFormatted true if the output is to be formatted

Implementation

void setFormatted(bool isFormatted) {
  this.isFormatted = isFormatted;
}