PrettyTextBase.zeroWidth constructor

PrettyTextBase.zeroWidth(
  1. String text,
  2. SourceLocation location
)

Implementation

PrettyTextBase.zeroWidth(String text, SourceLocation location)
    : _updatedText = text,
      _leadingSpaces = '',
      _lineEndings = '',
      _precededLineEndings = '',
      _trailingSpaces = '',
      super(location, location, '');