getAttachmentName method

String getAttachmentName()

The name of the attachment that is visible for this slot in the setup pose, or null if no attachment is visible.

Implementation

String getAttachmentName() {
  final Pointer<Utf8> value = _bindings.spine_slot_data_get_attachment_name(_data).cast();
  return value.toDartString();
}