dataToJson function

String dataToJson(
  1. InquiresType data
)

Implementation

String dataToJson(InquiresType data) => json.encode(data.toJson());