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