floatValue property

List<double>? floatValue
getter/setter pair

Float values of the given property.

For example for a TV product 1.2345. Maximum number of specified values for this field is 400. Values are stored in an arbitrary but consistent order.

Implementation

core.List<core.double>? floatValue;