FaceAttributes.create constructor

FaceAttributes.create()

Create a new instance of the FaceAttributes.

Implementation

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