ReownAppKitModalWalletInfo constructor

const ReownAppKitModalWalletInfo({
  1. required AppKitModalWalletListing listing,
  2. @Default(false) bool installed,
  3. @Default(false) bool recent,
})

Implementation

const factory ReownAppKitModalWalletInfo({
  required AppKitModalWalletListing listing,
  @Default(false) bool installed,
  @Default(false) bool recent,
}) = _ReownAppKitModalWalletInfo;