getStyleSourceProperty method
Returns the live value of a single source property as a StylePropertyValue envelope.
Implementation
Future<StylePropertyValue> getStyleSourceProperty(
String sourceId,
String property,
) => _impl.getStyleSourceProperty(sourceId, property);