DeviceInfo class
Device information collected from the job seeker, candidate, or other entity conducting the job search.
Providing this information improves the quality of the search results across devices.
Constructors
- DeviceInfo({String? deviceType, String? id})
 - DeviceInfo.fromJson(Map json_)
 
Properties
- deviceType ↔ String?
 - 
  Type of the device.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - id ↔ String?
 - 
  A device-specific ID.
  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