Wifi constructor

Wifi({
  1. String? cost,
  2. bool? available,
})

Implementation

Wifi({this.cost, this.available});