updatedAt property

  1. @JsonKey(fromJson: Util.fromTimeStamp, toJson: Util.fromDateTime)
DateTime? updatedAt
read / write

수정시각의 timestamp

Implementation

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