FutureReservationsAggregatedListResponseWarning constructor
FutureReservationsAggregatedListResponseWarning({
- String? code,
- List<
FutureReservationsAggregatedListResponseWarningData> ? data, - String? message,
Implementation
FutureReservationsAggregatedListResponseWarning({
this.code,
this.data,
this.message,
});