chore(mobile): properly patch openapi with custom response dto (#11753)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ part of openapi.api;
|
||||
class RatingResponse {
|
||||
/// Returns a new [RatingResponse] instance.
|
||||
RatingResponse({
|
||||
required this.enabled,
|
||||
this.enabled = false,
|
||||
});
|
||||
|
||||
bool enabled;
|
||||
|
||||
Reference in New Issue
Block a user