Indent constructor
Indent(
- StringSink _sink
Constructor which takes a StringSink Ident
will wrap.
Implementation
Indent(this._sink);
Constructor which takes a StringSink Ident
will wrap.
Indent(this._sink);