isEmpty property
bool
get
isEmpty
Implementation
bool get isEmpty {
throwIfDisposed('get isEmpty');
return value.isEmpty;
}
bool get isEmpty {
throwIfDisposed('get isEmpty');
return value.isEmpty;
}