baseUrl property

String? baseUrl
final

The base URL of your backend API.

This should be the root URL without trailing slash. Example: 'https://api.example.com'

Required unless customBackendAdapter is provided.

Implementation

final String? baseUrl;