isEmpty property
bool
get
isEmpty
Check if the bundle is empty.
Implementation
bool get isEmpty =>
entities.isEmpty && events.isEmpty && views.isEmpty && claims.isEmpty;
Check if the bundle is empty.
bool get isEmpty =>
entities.isEmpty && events.isEmpty && views.isEmpty && claims.isEmpty;