Input$TechDeviceInput class

Constructors

Input$TechDeviceInput({String? name, List<String>? tags, String? code, Input$PictureInput? picture, String? releasedat, String? body, String? os, String? storage, String? displaySize, String? displayResolution, String? cameraPixels, String? videoPixels, String? ram, String? chipset, String? batterySize, String? batteryType, Input$TechDeviceSpecsInput? specifications, String? brand})
factory
Input$TechDeviceInput.fromJson(Map<String, dynamic> data)
factory

Properties

batterySize String?
no setter
batteryType String?
no setter
body String?
no setter
brand String?
no setter
cameraPixels String?
no setter
chipset String?
no setter
code String?
no setter
copyWith CopyWith$Input$TechDeviceInput<Input$TechDeviceInput>
no setter
displayResolution String?
no setter
displaySize String?
no setter
hashCode int
The hash code for this object.
no setteroverride
name String?
no setter
os String?
no setter
picture Input$PictureInput?
no setter
ram String?
no setter
releasedat String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specifications Input$TechDeviceSpecsInput?
no setter
storage String?
no setter
tags List<String>?
no setter
videoPixels 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