RouteToken constructor

RouteToken({
  1. int expiresAt = 0,
  2. String host = '',
  3. int httpsPort = 0,
  4. int tlsPort = 0,
})

Implementation

RouteToken({
    this.expiresAt = 0,
    this.host = '',
    this.httpsPort = 0,
    this.tlsPort = 0,
});