UAuthenticationException constructor

const UAuthenticationException([
  1. String message = "Authentication failed."
])

Implementation

const UAuthenticationException([this.message = "Authentication failed."]);