PatchedTutorSettings constructor

PatchedTutorSettings({
  1. bool? newMessage,
  2. bool? lessonCanceled,
  3. bool? newsFromTutorhouse,
  4. bool? smsNewMessage,
  5. bool? paymentReceived,
  6. bool? newEnquiry,
  7. bool? lessonAcceptedRejected,
  8. bool? smsNewEnquiry,
  9. bool? newJobpost,
})

Returns a new PatchedTutorSettings instance.

Implementation

PatchedTutorSettings({
  this.newMessage,
  this.lessonCanceled,
  this.newsFromTutorhouse,
  this.smsNewMessage,
  this.paymentReceived,
  this.newEnquiry,
  this.lessonAcceptedRejected,
  this.smsNewEnquiry,
  this.newJobpost,
});