LDValueArrayBuilder class

Builder for constructing an LDValueType.array typed LDValue.

Constructors

LDValueArrayBuilder()

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

addBool(bool value) LDValueArrayBuilder
Append a bool value to the builder.
addNum(num value) LDValueArrayBuilder
Append a numeric value to the builder.
addString(String value) LDValueArrayBuilder
Append a String value to the builder.
addValue(LDValue value) LDValueArrayBuilder
Append an LDValue to the builder.
build() LDValue
Returns an LDValue of type LDValueType.array containing the builder's current elements.
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