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