contractReadDataUint64ResponseToJson function

String? contractReadDataUint64ResponseToJson(
  1. ContractReadDataUint64Response? data
)

Implementation

String contractReadDataUint64ResponseToJson(
        ContractReadDataUint64Response data) =>
    json.encode(data.toJson());