isEmpty property

bool isEmpty

Implementation

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