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