SmartWalletEvent class

A class that represents a Smart Wallet event.

This class contains information about a specific event that occurs within the context of a smart wallet, such as transactions.

Annotations
  • @freezed

Constructors

SmartWalletEvent({@JsonKey(name: 'eventName') required String name, @JsonKey(name: 'eventData') required Map<String, dynamic> data})
Creates a new SmartWalletEvent instance.
factory
SmartWalletEvent.fromJson(Map<String, dynamic> json)
Creates a new SmartWalletEvent instance from a JSON object.
factory

Properties

copyWith → $SmartWalletEventCopyWith<SmartWalletEvent>
no setterinherited
data Map<String, dynamic>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
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
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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