FMTCBrowsingErrorType constructor

  1. @internal
const FMTCBrowsingErrorType(
  1. String explanation,
  2. String resolution
)

Defines the type of issue that a FMTCBrowsingError is reporting

See explanation and resolution for more information about each type. FMTCBrowsingError.message is formed from the concatenation of these two properties.

Implementation

@internal
const FMTCBrowsingErrorType(this.explanation, this.resolution);