ExternalLoginErrorData constructor

const ExternalLoginErrorData(
  1. ExternalLoginError error, {
  2. String? localizedMessage,
  3. String? description,
})

Implementation

const ExternalLoginErrorData(this.error,
    {this.localizedMessage, this.description});