Hello constructor

Hello(
  1. String? realm,
  2. Details details
)

Implementation

Hello(this.realm, this.details)
  : assert(realm == null || UriPattern.match(realm)) {
  id = MessageTypes.codeHello;
}