createdAt property
The UTC datetime that the user account was created on Twitter.
Implementation
@JsonKey(fromJson: convertTwitterDateTime)
DateTime? createdAt;
The UTC datetime that the user account was created on Twitter.
@JsonKey(fromJson: convertTwitterDateTime)
DateTime? createdAt;