NoticeOptionsModel constructor

NoticeOptionsModel({
  1. bool? storageForClient,
  2. bool? updateConvNotice,
})

Implementation

NoticeOptionsModel({
  this.storageForClient,
  this.updateConvNotice,
});