UnsupportedProviderException constructor

const UnsupportedProviderException(
  1. DartObject constant,
  2. String message
)

Implementation

const UnsupportedProviderException(this.constant, this.message);