intValue property

List<String>? intValue
getter/setter pair

Integer values of the given property.

For example, 1080 for a TV product's Screen Resolution. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order.

Implementation

core.List<core.String>? intValue;