keyPairs property

List<EthWalletData> keyPairs

Implementation

List<EthWalletData> get keyPairs {
  return store.list.map((e) => EthWalletData.fromJson(e)).toList();
}