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