Indent constructor

Indent(
  1. StringSink _sink
)

Constructor which takes a StringSink Indent will wrap.

Implementation

Indent(this._sink);