styleString property

String get styleString

Implementation

String get styleString => apiKey != null && styleUrl != null
    ? '$styleUrl?key=$apiKey'
    : 'https://demotiles.maplibre.org/style.json';