createdAt property

  1. @JsonKey.new(includeIfNull: true, name: 'created_at')
String? createdAt
final

ISO 8601 timestamp when the server was created

Implementation

@JsonKey(includeIfNull: true, name: 'created_at')
final String? createdAt;