AuthFailureMessage constructor

AuthFailureMessage({
  1. String? jsonrpc,
  2. String? id,
  3. Error? error,
})

Implementation

AuthFailureMessage({this.jsonrpc, this.id, this.error});