updatedAt property

  1. @JsonKey.new(name: 'updated_at', fromJson: secondsToDateTime, toJson: dateTimeToSeconds)
DateTime updatedAt
final

Implementation

@JsonKey(name: 'updated_at', fromJson: secondsToDateTime, toJson: dateTimeToSeconds)
final DateTime updatedAt;