contractReadDataByteResponseToJson function

String? contractReadDataByteResponseToJson(
  1. ContractReadDataByteResponse? data
)

Implementation

String contractReadDataByteResponseToJson(ContractReadDataByteResponse data) =>
    json.encode(data.toJson());