getName method

String getName()

The constraint's name, which is unique across all constraints in the skeleton of the same type.

Implementation

String getName() {
  final Pointer<Utf8> name = _bindings.spine_constraint_data_get_name(_data.cast()).cast();
  return name.toDartString();
}