otherBusinessDataResponseToJson function

String otherBusinessDataResponseToJson(
  1. OtherBusinessDataResponse data
)

Implementation

String otherBusinessDataResponseToJson(OtherBusinessDataResponse data) => json.encode(data.toJson());