DeviceReportUpdateEvent class Null safety
An event generated when an updated device report is available.
Constructors
- DeviceReportUpdateEvent({String? deviceId, DeviceReport? report, String? userId})
- DeviceReportUpdateEvent.fromJson(Map json_)
Properties
- deviceId ↔ String?
-
The Android ID of the device.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- 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
- userId ↔ String?
-
The ID of the user.
read / write
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