Class: Book

Book(title, author)

new Book(title, author)

Represents a book.

Parameters:
Name Type Description
title string

The title of the book.

author string

The author of the book.

Source: