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}) -
constfactory
-
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
- link → String?
-
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
Aswitch-like method, using callbacks. -
mapOrNull<
TResult extends Object?> (TResult? $default(_CoreEventProperties value)?) → TResult? -
Available on CoreEventProperties, provided by the CoreEventPropertiesPatterns extension
A variant ofmapthat fallback to returningnull. -
maybeMap<
TResult extends Object?> (TResult $default(_CoreEventProperties value)?, {required TResult orElse()}) → TResult -
Available on CoreEventProperties, provided by the CoreEventPropertiesPatterns extension
A variant ofmapthat fallback to returningorElse. -
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 ofwhenthat fallback to anorElsecallback. -
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
Aswitch-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 ofwhenthat fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited