value method

Space? value()

for Insert/Set/PushBack/PushFront

Implementation

Space? value() {
  var tmp0 = 0;
  tmp0 = _box.borrow();
  final tmp1 = _api._spaceDiffValue(
    tmp0,
  );
  final tmp3 = tmp1.arg0;
  final tmp4 = tmp1.arg1;
  if (tmp3 == 0) {
    return null;
  }
  final ffi.Pointer<ffi.Void> tmp4_0 = ffi.Pointer.fromAddress(tmp4);
  final tmp4_1 = _Box(_api, tmp4_0, "drop_box_Space");
  tmp4_1._finalizer = _api._registerFinalizer(tmp4_1);
  final tmp2 = Space._(_api, tmp4_1);
  return tmp2;
}