HttpTransportType constructor

const HttpTransportType(
  1. String name,
  2. int value
)

Implementation

const HttpTransportType(this.name, this.value);