contractReadDataUint64ResponseFromJson function

ContractReadDataUint64Response? contractReadDataUint64ResponseFromJson(
  1. String? str
)

Implementation

ContractReadDataUint64Response contractReadDataUint64ResponseFromJson(
        String str) =>
    ContractReadDataUint64Response.fromJson(json.decode(str));