Input$TechDeviceSpecsInput constructor

Input$TechDeviceSpecsInput({
  1. String? technology,
  2. String? band2g,
  3. String? gprs,
  4. String? edge,
  5. String? announced,
  6. String? status,
  7. String? dimensions,
  8. String? weight,
  9. String? sim,
  10. String? type,
  11. String? size,
  12. String? resolution,
  13. String? cardSlot,
  14. String? phonebook,
  15. String? callRecords,
  16. String? loudspeaker,
  17. String? alertTypes,
  18. String? jack35mm,
  19. String? wlan,
  20. String? bluetooth,
  21. String? gps,
  22. String? radio,
  23. String? usb,
  24. String? sensors,
  25. String? messaging,
  26. String? browser,
  27. String? clock,
  28. String? alarm,
  29. String? games,
  30. String? languages,
  31. String? java,
  32. String? colors,
})

Implementation

factory 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,
}) =>
    Input$TechDeviceSpecsInput._({
      if (technology != null) r'technology': technology,
      if (band2g != null) r'band2g': band2g,
      if (gprs != null) r'gprs': gprs,
      if (edge != null) r'edge': edge,
      if (announced != null) r'announced': announced,
      if (status != null) r'status': status,
      if (dimensions != null) r'dimensions': dimensions,
      if (weight != null) r'weight': weight,
      if (sim != null) r'sim': sim,
      if (type != null) r'type': type,
      if (size != null) r'size': size,
      if (resolution != null) r'resolution': resolution,
      if (cardSlot != null) r'cardSlot': cardSlot,
      if (phonebook != null) r'phonebook': phonebook,
      if (callRecords != null) r'callRecords': callRecords,
      if (loudspeaker != null) r'loudspeaker': loudspeaker,
      if (alertTypes != null) r'alertTypes': alertTypes,
      if (jack35mm != null) r'jack35mm': jack35mm,
      if (wlan != null) r'wlan': wlan,
      if (bluetooth != null) r'bluetooth': bluetooth,
      if (gps != null) r'gps': gps,
      if (radio != null) r'radio': radio,
      if (usb != null) r'usb': usb,
      if (sensors != null) r'sensors': sensors,
      if (messaging != null) r'messaging': messaging,
      if (browser != null) r'browser': browser,
      if (clock != null) r'clock': clock,
      if (alarm != null) r'alarm': alarm,
      if (games != null) r'games': games,
      if (languages != null) r'languages': languages,
      if (java != null) r'java': java,
      if (colors != null) r'colors': colors,
    });