name property

String get name

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

Implementation

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