MapStyleException constructor

const MapStyleException(
  1. String cause
)

Default constructor for MapStyleException.

Implementation

const MapStyleException(this.cause);