CoreEventProperties class sealed

Available extensions
Annotations
  • @freezed

Constructors

CoreEventProperties({String? message, String? name, String? method, bool? connected, String? namespace, String? network, String? caipNetworkId, String? explorerId, int? walletRank, int? displayIndex, String? view, String? provider, String? platform, List<String>? trace, String? topic, int? correlation_id, String? client_id, String? direction, String? userAgent, String? token, String? amount, String? hash, String? address, String? project_id, String? cursor, Map<String, String>? exchange, Map<String, String>? configuration, Map<String, String>? currentPayment, String? source, bool? headless, bool? reconnect, String? link, String? linkType, bool? showWallets, Map<String, dynamic>? siweConfig, String? themeMode, List<String>? networks, String? defaultNetwork, List<String>? chainImages, Map<String, dynamic>? metadata, String? accountType, String? query, bool? certified, bool? installed})
const
factory
CoreEventProperties.fromJson(Map<String, dynamic> json)
factory

Properties

accountType String?
no setterinherited
address String?
no setterinherited
amount String?
no setterinherited
caipNetworkId String?
no setterinherited
certified bool?
no setterinherited
chainImages List<String>?
no setterinherited
client_id String?
no setterinherited
configuration Map<String, String>?
no setterinherited
connected bool?
no setterinherited
copyWith → $CoreEventPropertiesCopyWith<CoreEventProperties>
Create a copy of CoreEventProperties with the given fields replaced by the non-null parameter values.
no setterinherited
correlation_id int?
no setterinherited
currentPayment Map<String, String>?
no setterinherited
cursor String?
no setterinherited
defaultNetwork String?
no setterinherited
direction String?
no setterinherited
displayIndex int?
no setterinherited
exchange Map<String, String>?
no setterinherited
explorerId String?
no setterinherited
hash String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
headless bool?
no setterinherited
installed bool?
no setterinherited
no setterinherited
linkType String?
no setterinherited
message String?
no setterinherited
metadata Map<String, dynamic>?
no setterinherited
method String?
no setterinherited
name String?
no setterinherited
namespace String?
no setterinherited
network String?
no setterinherited
networks List<String>?
no setterinherited
platform String?
no setterinherited
project_id String?
no setterinherited
provider String?
no setterinherited
query String?
no setterinherited
reconnect bool?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showWallets bool?
no setterinherited
siweConfig Map<String, dynamic>?
no setterinherited
source String?
no setterinherited
themeMode String?
no setterinherited
token String?
no setterinherited
topic String?
no setterinherited
trace List<String>?
no setterinherited
userAgent String?
no setterinherited
view String?
no setterinherited
walletRank int?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_CoreEventProperties value)) → TResult

Available on CoreEventProperties, provided by the CoreEventPropertiesPatterns extension

A switch-like method, using callbacks.
mapOrNull<TResult extends Object?>(TResult? $default(_CoreEventProperties value)?) → TResult?

Available on CoreEventProperties, provided by the CoreEventPropertiesPatterns extension

A variant of map that fallback to returning null.
maybeMap<TResult extends Object?>(TResult $default(_CoreEventProperties value)?, {required TResult orElse()}) → TResult

Available on CoreEventProperties, provided by the CoreEventPropertiesPatterns extension

A variant of map that fallback to returning orElse.
maybeWhen<TResult extends Object?>(TResult $default(String? message, String? name, String? method, bool? connected, String? namespace, String? network, String? caipNetworkId, String? explorerId, int? walletRank, int? displayIndex, String? view, String? provider, String? platform, List<String>? trace, String? topic, int? correlation_id, String? client_id, String? direction, String? userAgent, String? token, String? amount, String? hash, String? address, String? project_id, String? cursor, Map<String, String>? exchange, Map<String, String>? configuration, Map<String, String>? currentPayment, String? source, bool? headless, bool? reconnect, String? link, String? linkType, bool? showWallets, Map<String, dynamic>? siweConfig, String? themeMode, List<String>? networks, String? defaultNetwork, List<String>? chainImages, Map<String, dynamic>? metadata, String? accountType, String? query, bool? certified, bool? installed)?, {required TResult orElse()}) → TResult

Available on CoreEventProperties, provided by the CoreEventPropertiesPatterns extension

A variant of when that fallback to an orElse callback.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this CoreEventProperties to a JSON map.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>(TResult $default(String? message, String? name, String? method, bool? connected, String? namespace, String? network, String? caipNetworkId, String? explorerId, int? walletRank, int? displayIndex, String? view, String? provider, String? platform, List<String>? trace, String? topic, int? correlation_id, String? client_id, String? direction, String? userAgent, String? token, String? amount, String? hash, String? address, String? project_id, String? cursor, Map<String, String>? exchange, Map<String, String>? configuration, Map<String, String>? currentPayment, String? source, bool? headless, bool? reconnect, String? link, String? linkType, bool? showWallets, Map<String, dynamic>? siweConfig, String? themeMode, List<String>? networks, String? defaultNetwork, List<String>? chainImages, Map<String, dynamic>? metadata, String? accountType, String? query, bool? certified, bool? installed)) → TResult

Available on CoreEventProperties, provided by the CoreEventPropertiesPatterns extension

A switch-like method, using callbacks.
whenOrNull<TResult extends Object?>(TResult? $default(String? message, String? name, String? method, bool? connected, String? namespace, String? network, String? caipNetworkId, String? explorerId, int? walletRank, int? displayIndex, String? view, String? provider, String? platform, List<String>? trace, String? topic, int? correlation_id, String? client_id, String? direction, String? userAgent, String? token, String? amount, String? hash, String? address, String? project_id, String? cursor, Map<String, String>? exchange, Map<String, String>? configuration, Map<String, String>? currentPayment, String? source, bool? headless, bool? reconnect, String? link, String? linkType, bool? showWallets, Map<String, dynamic>? siweConfig, String? themeMode, List<String>? networks, String? defaultNetwork, List<String>? chainImages, Map<String, dynamic>? metadata, String? accountType, String? query, bool? certified, bool? installed)?) → TResult?

Available on CoreEventProperties, provided by the CoreEventPropertiesPatterns extension

A variant of when that fallback to returning null

Operators

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