public readonly property isEmpty as Boolean:
Returns true when no character is present.
builder = StringBuilderSync() print(builder.isEmpty)