AppKitModalWalletListing.fromRawJson constructor

AppKitModalWalletListing.fromRawJson(
  1. String str
)

Implementation

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