AddToWalletDetails class

The Details object that provides some additional result

Annotations
  • @freezed

Constructors

AddToWalletDetails({CanAddToWalletErrorStatus? status, String? token})
const
factory
AddToWalletDetails.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $AddToWalletDetailsCopyWith<AddToWalletDetails>
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
status CanAddToWalletErrorStatus?
The status of the can add to wallet request in case it failed.
no setterinherited
token String?
The card token
no setterinherited

Methods

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

Operators

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