ProviderException constructor

const ProviderException(
  1. String message, {
  2. ErrorCode code = ErrorCode.GENERAL,
  3. Map<String, dynamic>? details,
})

Implementation

const ProviderException(
  this.message, {
  this.code = ErrorCode.GENERAL,
  this.details,
});