asObject property
Map<String, AttributeValue> ?
get
asObject
Implementation
core.Map<String, AttributeValue>? get asObject => this.isObject ? this._value as core.Map<String, AttributeValue> : null;