asArray property

List<AttributeValue>? get asArray

Implementation

List<AttributeValue>? get asArray => this.isArray ? this._value as List<AttributeValue> : null;