updatedAt property Null safety

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

수정시각의 timestamp

Implementation

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