text property
String
get
text
Get text representation of this Description.
Implementation
String get text => _elements.map((e) => e.toString()).join();
Get text representation of this Description.
String get text => _elements.map((e) => e.toString()).join();