updatedAt property

  1. @JsonKey(name: 'updated_at')
DateTime? updatedAt
final

The UTC ISO 8601 time at which the component was updated.

Implementation

@JsonKey(name: 'updated_at')
final DateTime? updatedAt;