RemoteHelloResponse.challenge constructor

const RemoteHelloResponse.challenge(
  1. RemoteChallenge challenge
)

Implementation

const RemoteHelloResponse.challenge(RemoteChallenge challenge)
  : this._(status: RemoteHelloStatus.challenge, challenge: challenge);