text property

String get text

The text of the item.

This must only be set if the item can actually be represented as text (not binary data).

Implementation

String get text => _value['text'] as String;