DeviceInvitation class

Holds device invitation details.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.none, includeIfNull: false)

Constructors

DeviceInvitation()
DeviceInvitation.fromJson(Map<String, dynamic> json)
factory

Properties

deviceRoleName String
The role name of the device in this invitation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isRegistered bool
True when the device is already registered in the study deployment, false otherwise. In case a device is registered, it needs to be unregistered first before a new device can be registered.
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited