HttpConfig constructor

HttpConfig({
  1. int? port,
  2. bool? secure,
})

Creates a new HttpConfig object.

Implementation

HttpConfig({this.port, this.secure});