name property
The name of the feature subtype.
Implementation
String get name {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_FeatureSubtype_getName(
_handle,
errorHandler,
);
});
return stringHandle.toDartString();
}