CellularConfig constructor

CellularConfig({
  1. required uint8_t enableLte,
  2. required uint8_t enablePin,
  3. required List<char> pin,
  4. required List<char> newPin,
  5. required List<char> apn,
  6. required List<char> puk,
  7. required uint8_t roaming,
  8. required CellularConfigResponse response,
})

Implementation

CellularConfig({
  required this.enableLte,
  required this.enablePin,
  required this.pin,
  required this.newPin,
  required this.apn,
  required this.puk,
  required this.roaming,
  required this.response,
});