baseUrl property

String baseUrl

Implementation

String get baseUrl => isSandboxMode ? _sandboxUrls[this.country]! : _productionUrls[this.country]!;