Device class Null safety
A Devices resource represents a mobile device managed by the EMM and belonging to a specific enterprise user.
Constructors
- Device({String? androidId, String? managementType, Policy? policy, DeviceReport? report})
- Device.fromJson(Map json_)
Properties
- androidId ↔ String?
-
The Google Play Services Android ID for the device encoded as a lowercase
hex string.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- managementType ↔ String?
-
Identifies the extent to which the device is controlled by a managed
Google Play EMM in various deployment configurations.
read / write
- policy ↔ Policy?
-
The policy enforced on the device.
read / write
- report ↔ DeviceReport?
-
The device report updated with the latest app states.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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