createdAt property

  1. @JsonKey(name: r'createdAt')
int createdAt
final

Timestamp of creation in milliseconds in Unix epoch time.

Implementation

@JsonKey(name: r'createdAt')
final int createdAt;