UnsupportedParametersException constructor

const UnsupportedParametersException(
  1. Map<String, String> parameters
)

Implementation

const UnsupportedParametersException(this.parameters);