baseURL property Null safety

String baseURL
read / write

The base URL of the described API.

This property is required. Example: https://external.api.com:80/resources

Implementation

late String baseURL;