WalletConfig.fromJson constructor

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

Implementation

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