baseUrl property

  1. @experimental
Uri? baseUrl

Returns the current value of the base URL used to communicate with the server.

Implementation

@experimental
Uri? get baseUrl {
  return Uri.tryParse(realmCore.getBaseUrl(this) ?? '');
}