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