OpenIdException constructor

OpenIdException(
  1. OpenIdFailReason reason, [
  2. String message = '',
  3. String? param
])

Implementation

OpenIdException(this.reason, [this.message = '', this.param]);