RunResponseToJson function

String RunResponseToJson(
  1. RunResponse data
)

Implementation

String RunResponseToJson(RunResponse data) => json.encode(data.toJson());