lineItems property
Line items in the order, each represented as a raw JSON map. Prefer the CrossmintCheckoutNewOrder.typed constructor and pass typed CrossmintCheckoutLineItem values; use the raw map shape only when a new API field is not yet modeled by the SDK.
Implementation
final List<Map<String, Object?>> lineItems;