AttributeValue.array constructor
AttributeValue.array(
- List<
AttributeValue> value
Implementation
AttributeValue.array(List<AttributeValue> value) : this._raw(value, 6);
AttributeValue.array(List<AttributeValue> value) : this._raw(value, 6);