path property

String get path

Implementation

String get path {
  final result = SpineBindings.bindings.spine_region_attachment_get_path(_ptr);
  return result.cast<Utf8>().toDartString();
}
set path (String value)

Implementation

set path(String value) {
  SpineBindings.bindings.spine_region_attachment_set_path(_ptr, value.toNativeUtf8().cast<Char>());
}