updatedAt property

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

ISO 8601 timestamp when the server was last updated

Implementation

@JsonKey(includeIfNull: true, name: 'updated_at')
final String? updatedAt;