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