createdAt property

DateTime? createdAt
inherited

The UTC date time that the user account was created on Twitter.

How It Can Be Used

  • Can be used to determine how long a someone has been using Twitter.

Implementation

DateTime? get createdAt => throw _privateConstructorUsedError;