name property

String get name

The animation's name, which is unique across all animations in the skeleton.

Implementation

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