menu
tweet_ui package
documentation
models/api/v2/tweet_v2.dart
TweetV2
createdAt property
createdAt property
dark_mode
light_mode
createdAt
property
@JsonKey(name: "created_at")
String
?
createdAt
final
Creation time of the Tweet. In ISO 8601 format
Implementation
@JsonKey(name: "created_at") final String? createdAt;
tweet_ui package
documentation
models/api/v2/tweet_v2
TweetV2
createdAt property
TweetV2 class