createdAt property

DateTime? createdAt
inherited

Creation time of the Tweet.

To obtain this field, add TweetField.createdAt in the request's query parameter.

How It Can Be Used

  • This field can be used to understand when a Tweet was created and used for time-series analysis etc.

Implementation

DateTime? get createdAt => throw _privateConstructorUsedError;