Contingency class final

An object that defines a contingency.

Implemented types

Properties

contingencyId int
The contingency's unique id.
no setter
hashCode int
The hash code for this object.
no setterinherited
isRetired bool
A boolean indicating if the contingency is retired or not.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtype FeatureSubtype?
The subtype to which this contingency is applied.
no setter
values Map<CaseInsensitiveString, ContingentValue>
The contingency's values. Keys are case-insensitive.
no setter

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