CrossmintCheckoutCollectionLineItem class final

Line item that mints from a Crossmint collection. Usually built via CrossmintCheckoutLineItem.collection.

Inheritance

Constructors

CrossmintCheckoutCollectionLineItem({required String collectionLocator, Map<String, Object?>? callData, Map<String, Object?> additionalFields = const <String, Object?>{}})
Creates a collection line item.
const

Properties

additionalFields Map<String, Object?>
Forward-compatibility escape hatch — extra keys appended to the JSON payload. Use for API fields the current SDK version does not model.
final
callData Map<String, Object?>?
Optional call data passed to the on-chain mint (e.g. quantity, metadata overrides).
final
collectionLocator String
Crossmint collection locator (e.g. "crossmint:<collection-id>").
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited