createdAt property

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

The UTC ISO 8601 time at which the component set was created.

Implementation

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