items property
@Deprecated('Please use one of the specific items properties or use `allItems` if you really want them all.'), @JsonKey(ignore: true)
Implementation
@Deprecated(
'Please use one of the specific items properties or use `allItems` if you really want them all.')
@JsonKey(ignore: true)
List<CartItem> get items {
return this.allItems;
}