baseUrl property

Uri baseUrl
final

The baseUrl is the Uri used to reach the MongoDB Atlas.

baseUrl only needs to be set if for some reason your application isn't hosted on services.cloud.mongodb.com. This can be the case if you're synchronizing with an edge server.

Implementation

final Uri baseUrl;