RepeatedEnumAttributeValue class

Values for an attribute with a value_type of REPEATED_ENUM.

This consists of two lists of value IDs: those that are set (true) and those that are unset (false). Values absent are considered unknown. At least one value must be specified.

Constructors

RepeatedEnumAttributeValue({List<String>? setValues, List<String>? unsetValues})
RepeatedEnumAttributeValue.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setValues List<String>?
Enum values that are set.
getter/setter pair
unsetValues List<String>?
Enum values that are unset.
getter/setter pair

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