name property

String get name

The name of the event, which is unique within the skeleton.

Implementation

String get name {
  final result = SpineBindings.bindings.spine_event_data_get_name(_ptr);
  return result.cast<Utf8>().toDartString();
}