UGoldWalletEntryResponse.fromJson constructor

UGoldWalletEntryResponse.fromJson(
  1. String str
)

Implementation

factory UGoldWalletEntryResponse.fromJson(String str) => UGoldWalletEntryResponse.fromMap(json.decode(str));