alias property

String alias

Alias of transportation network dataset.

Implementation

String get alias {
  final stringHandle = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TransportationNetworkDataset_getAlias(
        _handle, errorHandler);
  });
  return stringHandle.toDartString();
}