DpcMigrationInfo class

Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).

Constructors

DpcMigrationInfo({String? additionalData, String? previousDpc})
DpcMigrationInfo.fromJson(Map json_)

Properties

additionalData String?
If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
previousDpc String?
If this device was migrated from another DPC, this is its package name.
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