createdAt property

  1. @JsonKey(fromJson: convertTwitterDateTime)
DateTime? createdAt
getter/setter pair

The UTC datetime that the user account was created on Twitter.

Implementation

@JsonKey(fromJson: convertTwitterDateTime)
DateTime? createdAt;