isEmpty property
bool
get
isEmpty
Implementation
bool get isEmpty {
return DartApi.native.morpheusPrivateKind
.isEmptyGet(_ffi)
.extract((res) => res.asBool());
}
bool get isEmpty {
return DartApi.native.morpheusPrivateKind
.isEmptyGet(_ffi)
.extract((res) => res.asBool());
}