RemoteHelloResponse.failure constructor

const RemoteHelloResponse.failure(
  1. AuthFailure failure
)

Implementation

const RemoteHelloResponse.failure(AuthFailure failure)
  : this._(status: RemoteHelloStatus.failure, failure: failure);