TranslucentMapLayerGroupErrorDetails constructor
- TranslucentMapLayerGroupErrorCode errorCode,
- String? errorDescription
Creates a new instance.
errorCodeThe error code.errorDescriptionA description of the error, if available.
Implementation
TranslucentMapLayerGroupErrorDetails(this.errorCode, this.errorDescription);