textStr property

String get textStr

Get the String content from Text. Convenience method.

Implementation

String get textStr => text.data!;