text property

String get text

Get text representation of this Description.

Implementation

String get text => _elements.map((e) => e.toString()).join();