ContingentValuesResult class final
An object that defines possible values for a field in the context of the contingent field groups it participates in.
- Implemented types
Properties
-
contingentValuesAllGroups
→ List<
ContingentValue> -
An array of contingent values that satisfy all field groups the array
participates in.
no setter
-
contingentValuesByFieldGroup
→ Map<
String, List< ContingentValue> > -
A dictionary of field group names to arrays of possible contingent values
for that field group.
no setter
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited