Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Flutter Final Class
CrossmintCheckoutLineItem.collection
final class CrossmintCheckoutCollectionLineItem extends CrossmintCheckoutLineItem
const CrossmintCheckoutCollectionLineItem({ required this.collectionLocator, this.callData, this.additionalFields = const <String, Object?>{}, })
final String collectionLocator
"crossmint:<collection-id>"
final Map<String, Object?>? callData
final Map<String, Object?> additionalFields
Was this page helpful?