uppercase property

VxTextBuilder uppercase

Converts the text to fully uppercase.

Implementation

VxTextBuilder get uppercase => this.._text = _text!.toUpperCase();