clear method

  1. @override
void clear()
override

Clears the string buffer.

Implementation

@override
void clear() => $value.clear();