Skip to main content
Final Class Escape-hatch line item that passes an arbitrary JSON shape straight to the Crossmint API. Use when the current SDK models do not cover a new API field. Usually built via CrossmintCheckoutLineItem.raw.
final class CrossmintCheckoutRawLineItem extends CrossmintCheckoutLineItem

Constructors

CrossmintCheckoutRawLineItem

const CrossmintCheckoutRawLineItem({required this.value})
Creates a raw line item.

Properties

value

final Map<String, Object?> value
Raw JSON payload sent to the API.