Fallback constructor

const Fallback({
  1. String? name,
  2. String? alpn,
  3. String? path,
  4. int? dest,
  5. int? xver,
})

Implementation

const Fallback({this.name, this.alpn, this.path, this.dest, this.xver});