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.token
final class CrossmintCheckoutTokenLineItem extends CrossmintCheckoutLineItem
const CrossmintCheckoutTokenLineItem({ required this.tokenLocator, this.callData, this.additionalFields = const <String, Object?>{}, })
final String tokenLocator
"crossmint:<token-id>"
final Map<String, Object?>? callData
final Map<String, Object?> additionalFields
Was this page helpful?