WalletModules.fromJson constructor

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

Creates a new WalletModules instance from a JSON object.

Parameter:

  • json – The JSON object containing the wallet module data.

Implementation

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