W3MWalletInfo.fromJson constructor

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

Implementation

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