refCount property

int get refCount

Implementation

int get refCount {
  final result = SpineBindings.bindings.spine_attachment_get_ref_count(_ptr);
  return result;
}