UpdatedBook constructor
UpdatedBook({})
Implementation
factory UpdatedBook({
/// Updated book ISBN-13.
required String isbn13,
/// Timestamp when the book was last updated by ISBNdb.
@JsonKey(name: 'updated_at') required DateTime updatedAt,
}) = _UpdatedBook;