menu
solana_wallet_kit package
documentation
wallet/models/wallet_phrase_file.dart
WalletPhraseFile
WalletPhraseFile.new const constructor
WalletPhraseFile.new const constructor
dark_mode
light_mode
WalletPhraseFile
constructor
const
WalletPhraseFile
(
{
required
String
fileName
,
required
String
contents
,
})
Implementation
const WalletPhraseFile({ required this.fileName, required this.contents, });
solana_wallet_kit package
documentation
wallet/models/wallet_phrase_file
WalletPhraseFile
WalletPhraseFile.new const constructor
WalletPhraseFile class