title property
The WMTS service's title.
Implementation
String get title {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_WMTSServiceInfo_getTitle(
_handle,
errorHandler,
);
});
return stringHandle.toDartString();
}