text property

String text
inherited

The actual UTF-8 text of the Tweet. See twitter-text for details on what characters are currently considered valid.

How It Can Be Used

  • Keyword extraction and sentiment analysis/classification.

Implementation

String get text => throw _privateConstructorUsedError;