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