AppKitModalWalletListing.fromRawJson constructor
AppKitModalWalletListing.fromRawJson(
- String str
Implementation
factory AppKitModalWalletListing.fromRawJson(String str) =>
AppKitModalWalletListing.fromJson(json.decode(str));