createdAt property

  1. @JsonKey(name: 'created_at')
  2. @UnixTimeConverter()
DateTime createdAt
final

unix timestamp (in milliseconds) of when the activity was added to the user's session

Implementation

@JsonKey(name: 'created_at')
@UnixTimeConverter()
final DateTime createdAt;