updatedAt property

  1. @JsonKey(fromJson: Util.fromTimeStamp, toJson: Util.fromDateTime)
DateTime? updatedAt
getter/setter pair

수정시각의 timestamp

Implementation

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