isEmpty property

bool isEmpty

Returns true if this character book is empty, otherwise false.

Implementation

bool get isEmpty => chapters.isEmpty;