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