FieldGroup class final

An object that defines a field group.

Implemented types

Properties

contingencies List<Contingency>
A collection of contingencies that define possible values for fields in this field group.
no setter
fields List<String>
The collection of names of fields that participate in this field group.
no setter
hashCode int
The hash code for this object.
no setterinherited
isEditingRestrictive bool
A boolean indicating whether fields in this field group are restricted to this field group's contingent values.
no setter
name String
The name that uniquely identifies this field group.
no setter
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