CreateWallet.fromJson constructor

CreateWallet.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CreateWallet.fromJson(Map<String, dynamic> json) =
    _$CreateWalletImpl.fromJson;