ModemM3GPP constructor
ModemM3GPP({
- String? imei,
- ModemM3GPPRegistrationState? registrationState,
- String? operatorCode,
- String? operatorName,
Returns a new ModemM3GPP instance.
Implementation
ModemM3GPP({
this.imei,
this.registrationState,
this.operatorCode,
this.operatorName,
});