URecentTxnItem.fromJson constructor

URecentTxnItem.fromJson(
  1. String str
)

Implementation

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