ContextDevice class
- Inheritance
-
- Object
- JSONExtendableImpl
- ContextDevice
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Constructors
-
ContextDevice(String manufacturer, String model, String name, String type, {String? id, bool? adTrackingEnabled, String? advertisingId, String? token, String? trackingStatus, Map<
String, dynamic> ? custom}) -
ContextDevice.fromJson(Map<
String, dynamic> json) -
factory
- ContextDevice.fromNative(NativeContextDevice nativeContextDevice)
Properties
- adTrackingEnabled ↔ bool?
-
getter/setter pair
- advertisingId ↔ String?
-
getter/setter pair
-
custom
↔ Map<
String, dynamic> -
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- manufacturer ↔ String
-
getter/setter pair
- model ↔ String
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String?
-
getter/setter pair
- trackingStatus ↔ String?
-
getter/setter pair
- type ↔ String
-
getter/setter pair
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