checkTnxRespModelToJson function

String checkTnxRespModelToJson(
  1. CheckTnxRespModel data
)

Implementation

String checkTnxRespModelToJson(CheckTnxRespModel data) => json.encode(data.toJson());