baseURL property Null safety
read / write
The base URL of the described API.
This property is required. Example: https://external.api.com:80/resources
Implementation
late String baseURL;
The base URL of the described API.
This property is required. Example: https://external.api.com:80/resources
late String baseURL;