audioPath property

String get audioPath

Implementation

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

Implementation

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