CreateTokenParams constructor
Implementation
@JsonSerializable(explicitToJson: true)
@Deprecated('Use [CreateTokenParams.card] instead')
const factory CreateTokenParams({
/// Type of token.
@Default(TokenType.Card) TokenType type,
/// Name of the card holder
String? name,
/// Additional address details
Address? address,
}) = _CreateTokenParamsLegacy;