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