updatedAt property

  1. @JsonKey.new(fromJson: timestampToDateTime, toJson: dateTimeToTimestamp)
DateTime get updatedAt
inherited

Implementation

@JsonKey(fromJson: timestampToDateTime, toJson: dateTimeToTimestamp)
DateTime get updatedAt => throw _privateConstructorUsedError;