GoogleCloudRetailV2ColorInfo class
The color information of a Product.
Constructors
-
GoogleCloudRetailV2ColorInfo({List<
String> ? colorFamilies, List<String> ? colors}) - GoogleCloudRetailV2ColorInfo.fromJson(Map json_)
Properties
-
colorFamilies
↔ List<
String> ? -
The standard color families.
getter/setter pair
-
colors
↔ List<
String> ? -
The color display names, which may be different from standard color family
names, such as the color aliases used in the website frontend.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
inherited