menu
reown_appkit package
documentation
modal/services/blockchain_service/models/wallet_activity.dart
FungibleInfo
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map
<
String
,
dynamic
> toJson() => {
'name'
: name,
'symbol'
: symbol,
'icon'
: icon?.toJson(), };
reown_appkit package
documentation
modal/services/blockchain_service/models/wallet_activity
FungibleInfo
toJson method
FungibleInfo class
Constructors
new
fromJson
fromRawJson
Properties
hashCode
icon
name
runtimeType
symbol
Methods
noSuchMethod
toJson
toRawJson
toString
Operators
operator ==