createdAt property

  1. @JsonKey.new(name: 'created_at')
String createdAt
final

ISO timestamp when the session was created

Implementation

@JsonKey(name: 'created_at')
final String createdAt;