ApnPolicy class
Access Point Name (APN) policy.
Configuration for Access Point Names (APNs) which may override any other APNs on the device. See OVERRIDE_APNS_ENABLED and overrideApns for details.
Constructors
-
ApnPolicy.new({List<
ApnSetting> ? apnSettings, String? overrideApns}) - ApnPolicy.fromJson(Map json_)
Properties
-
apnSettings
↔ List<
ApnSetting> ? -
APN settings for override APNs.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- overrideApns ↔ String?
-
Whether override APNs are disabled or enabled.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited