buffer property

String buffer
final

The string wrapped by this StringView.

Generally, developers will not need to access this directly. Using getQuotedWord, getWord or remaining is preferable.

Implementation

final String buffer;