ApnSetting constructor
ApnSetting({
- String? alwaysOnSetting,
- String? apn,
- List<
String> ? apnTypes, - String? authType,
- int? carrierId,
- String? displayName,
- String? mmsProxyAddress,
- int? mmsProxyPort,
- String? mmsc,
- int? mtuV4,
- int? mtuV6,
- String? mvnoType,
- List<
String> ? networkTypes, - String? numericOperatorId,
- String? password,
- String? protocol,
- String? proxyAddress,
- int? proxyPort,
- String? roamingProtocol,
- String? username,
Implementation
ApnSetting({
this.alwaysOnSetting,
this.apn,
this.apnTypes,
this.authType,
this.carrierId,
this.displayName,
this.mmsProxyAddress,
this.mmsProxyPort,
this.mmsc,
this.mtuV4,
this.mtuV6,
this.mvnoType,
this.networkTypes,
this.numericOperatorId,
this.password,
this.protocol,
this.proxyAddress,
this.proxyPort,
this.roamingProtocol,
this.username,
});