UContractJsonData.fromJson constructor

UContractJsonData.fromJson(
  1. String str
)

Implementation

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