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