isNotEmpty property

bool isNotEmpty

Returns true if this skill book is not empty, otherwise false.

Implementation

bool get isNotEmpty => !isEmpty;