Input$TechDeviceSpecsInput constructor
      
      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,
 
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,
    });