LDValueArrayBuilder class Null safety
Builder for constructing an LDValueType.ARRAY typed LDValue.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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 non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited