CellularConfig constructor
CellularConfig({})
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,
});