Indent constructor

Indent(
  1. StringSink _sink
)

Constructor which takes a StringSink Ident will wrap.

Implementation

Indent(this._sink);