SasPortalDeviceConfig class
Information about the device configuration.
Constructors
-
SasPortalDeviceConfig({SasPortalDeviceAirInterface? airInterface, String? callSign, String? category, SasPortalInstallationParams? installationParams, bool? isSigned, List<
String> ? measurementCapabilities, SasPortalDeviceModel? model, String? state, String? updateTime, String? userId}) - SasPortalDeviceConfig.fromJson(Map json_)
Properties
- airInterface ↔ SasPortalDeviceAirInterface?
-
Information about this device's air interface.
getter/setter pair
- callSign ↔ String?
-
The call sign of the device operator.
getter/setter pair
- category ↔ String?
-
FCC category of the device.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- installationParams ↔ SasPortalInstallationParams?
-
Installation parameters for the device.
getter/setter pair
- isSigned ↔ bool?
-
Whether the configuration has been signed by a CPI.
getter/setter pair
-
measurementCapabilities
↔ List<
String> ? -
Measurement reporting capabilities of the device.
getter/setter pair
- model ↔ SasPortalDeviceModel?
-
Information about this device model.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the configuration.
Possible string values are:
getter/setter pair
- updateTime ↔ String?
-
The last time the device configuration was edited.
getter/setter pair
- userId ↔ String?
-
The identifier of a device user.
getter/setter pair
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