dirty property

bool get dirty

Implementation

bool get dirty {
  return DartApi.native.vault.dirty_get(_ffi).extract((res) => res.asBool());
}