clone static method

Pointer<OBX_store> clone(
  1. Store store
)

See Store._clone.

Implementation

static Pointer<OBX_store> clone(Store store) => store._clone();