ReservationsScopedListWarning constructor

ReservationsScopedListWarning({
  1. String? code,
  2. List<ReservationsScopedListWarningData>? data,
  3. String? message,
})

Implementation

ReservationsScopedListWarning({this.code, this.data, this.message});