getUri method

String? getUri()

Gets the resource URI or connection string. Usually it includes all connection parameters in it.

Return the resource URI or connection string.

Implementation

String? getUri() {
  return super.getAsNullableString('uri');
}