updatedAt property
- @JsonKey.new(fromJson: fromTimeStamp, toJson: fromDateTime)
final
KO: 수정 시각
EN: Updated time
Implementation
@JsonKey(fromJson: fromTimeStamp, toJson: fromDateTime)
final DateTime? updatedAt;
KO: 수정 시각
EN: Updated time
@JsonKey(fromJson: fromTimeStamp, toJson: fromDateTime)
final DateTime? updatedAt;