Input$TechDeviceSpecsInput class
Constructors
- Input$TechDeviceSpecsInput({String? technology, String? band2g, String? gprs, String? edge, String? announced, String? status, String? dimensions, String? weight, String? sim, String? type, String? size, String? resolution, String? cardSlot, String? phonebook, String? callRecords, String? loudspeaker, String? alertTypes, String? jack35mm, String? wlan, String? bluetooth, String? gps, String? radio, String? usb, String? sensors, String? messaging, String? browser, String? clock, String? alarm, String? games, String? languages, String? java, String? colors})
- 
          
            factory
- 
          Input$TechDeviceSpecsInput.fromJson(Map<String, dynamic> data)
- 
          
            factory
Properties
- alarm → String?
- 
  
  no setter
- alertTypes → String?
- 
  
  no setter
- announced → String?
- 
  
  no setter
- band2g → String?
- 
  
  no setter
- bluetooth → String?
- 
  
  no setter
- browser → String?
- 
  
  no setter
- callRecords → String?
- 
  
  no setter
- cardSlot → String?
- 
  
  no setter
- clock → String?
- 
  
  no setter
- colors → String?
- 
  
  no setter
- 
  copyWith
  → CopyWith$Input$TechDeviceSpecsInput<Input$TechDeviceSpecsInput> 
- 
  
  no setter
- dimensions → String?
- 
  
  no setter
- edge → String?
- 
  
  no setter
- games → String?
- 
  
  no setter
- gprs → String?
- 
  
  no setter
- gps → String?
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- jack35mm → String?
- 
  
  no setter
- java → String?
- 
  
  no setter
- languages → String?
- 
  
  no setter
- loudspeaker → String?
- 
  
  no setter
- messaging → String?
- 
  
  no setter
- phonebook → String?
- 
  
  no setter
- radio → String?
- 
  
  no setter
- resolution → String?
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sensors → String?
- 
  
  no setter
- sim → String?
- 
  
  no setter
- size → String?
- 
  
  no setter
- status → String?
- 
  
  no setter
- technology → String?
- 
  
  no setter
- type → String?
- 
  
  no setter
- usb → String?
- 
  
  no setter
- weight → String?
- 
  
  no setter
- wlan → String?
- 
  
  no setter
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.
  override