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