textStr property
String
get
textStr
Get the String content from Text. Convenience method.
Implementation
String get textStr => text.data!;
Get the String content from Text. Convenience method.
String get textStr => text.data!;