WalletUpgrade.fromJson constructor

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

Creates a WalletUpgrade instance from a JSON object.

Parameters:

  • json – A map containing the JSON representation of a WalletUpgrade object.

Returns a WalletUpgrade instance.

Implementation

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