AddToWalletResult class

The result when asking the Stripe sdk to add a card to wallet

Annotations
  • @freezed

Constructors

AddToWalletResult({required bool canAddToWallet, AddToWalletDetails? details})
const
factory

Properties

canAddToWallet bool
Whether or not the card can be added to the wallet
no setterinherited
copyWith → $AddToWalletResultCopyWith<AddToWalletResult>
no setterinherited
details AddToWalletDetails?
additional details from the add to wallet request
no setterinherited
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