SealKey constructor

SealKey(
  1. String name,
  2. Pointer<NativeType> obj
)

Constructs a key referencing the underlying C obj in memory

The type and name are used to classify the type of key

Implementation

SealKey(super.name, super.obj);