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