GeometricAttributes.create constructor

GeometricAttributes.create()

Create a new instance of the GeometricAttributes.

Implementation

GeometricAttributes.create() : _handle = calloc() {
  _finalizer.attach(this, _handle, detach: this);
}