updatedAt property

  1. @JsonKey.new(fromJson: fromTimeStamp, toJson: fromDateTime)
DateTime? updatedAt
final

KO: 수정 시각
EN: Updated time

Implementation

@JsonKey(fromJson: fromTimeStamp, toJson: fromDateTime)
final DateTime? updatedAt;