Returns the hash code for this StringBuilder.
@override int get hashCode => _buffer.toString().hashCode;