isEmpty property
bool
get
isEmpty
Returns true if this skill book is empty, otherwise false.
Implementation
bool get isEmpty => chapters.isEmpty;
Returns true if this skill book is empty, otherwise false.
bool get isEmpty => chapters.isEmpty;