lang property

Language? lang
inherited

Language of the Tweet, if detected by Twitter. Returned as a BCP47 language.

To return this field, add TweetField.lang in the request's query parameter.

How It Can Be Used

  • Classify Tweets by spoken language.

Implementation

Language? get lang => throw _privateConstructorUsedError;