LongOutput class

Thin wrapper for an Int64 parameter output definition. Describes the potential values for a parameter on an item output.

Constructors

LongOutput(LongParam _native)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getKey() String
getProgram() String
A CEL expression that will determine the value of the parameter. In the simplest case, this can just be a number, which will be the value.
getWeightRanges() List<LongWeightRange>
List of weight ranges to use to generate the value of the parameter, if no program. The weighting here works similarly to the weight on output lists.
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