objectData property

  1. @JsonKey(name: r'objectData')
List<ObjectData>? objectData
final

Extra information about the records involved in a purchase or add-to-cart event. If specified, it must have the same length as objectIDs.

Implementation

@JsonKey(name: r'objectData')
final List<ObjectData>? objectData;