createdAt property

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

Timestamp when the object was created, in milliseconds since the Unix epoch.

Implementation

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