expiresAt property

DateTime? get expiresAt
inherited

The date when this status will expire. The application might choose to no longer return the status after expiration.

Implementation

@StatusViewStatusConverter() StatusViewStatus get status; Map<String, dynamic> get record;@UStatusViewEmbedConverter() UStatusViewEmbed? get embed;/// The date when this status will expire. The application might choose to no longer return the status after expiration.
 DateTime? get expiresAt;