URecentContractItem.fromJson constructor

URecentContractItem.fromJson(
  1. String str
)

Implementation

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