contractReadDataHexResponseToJson function

String? contractReadDataHexResponseToJson(
  1. ContractReadDataHexResponse? data
)

Implementation

String contractReadDataHexResponseToJson(ContractReadDataHexResponse data) =>
    json.encode(data.toJson());