title property
The document title.
Implementation
String get title {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ServiceDocumentInfo_getTitle(_handle, errorHandler);
});
return stringHandle.toDartString();
}