ProvisioningInfo class

Information about a device that is available during setup.

Constructors

ProvisioningInfo({int? apiLevel, String? brand, String? enterprise, String? managementMode, String? model, String? name, String? ownership})
ProvisioningInfo.fromJson(Map json_)

Properties

apiLevel int?
The API level of the Android platform version running on the device.
getter/setter pair
brand String?
The brand of the device.
getter/setter pair
enterprise String?
The name of the enterprise in the form enterprises/{enterprise}.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
managementMode String?
The management mode of the device or profile. Possible string values are:
getter/setter pair
model String?
The model of the device.
getter/setter pair
name String?
The name of this resource in the form provisioningInfo/{provisioning_info}.
getter/setter pair
ownership String?
Ownership of the managed device. Possible string values are:
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