CrossmintCheckoutLineItem.token constructor
CrossmintCheckoutLineItem.token({})
Creates a token line item for secondary sales with optional callData.
Implementation
factory CrossmintCheckoutLineItem.token({
required String tokenLocator,
Map<String, Object?>? callData,
Map<String, Object?> additionalFields,
}) = CrossmintCheckoutTokenLineItem;