AttachmentSettings constructor

AttachmentSettings({
  1. bool? enabled,
  2. int? uploadLimit,
})

Implementation

AttachmentSettings({bool? enabled, this.uploadLimit})
    : enabled = enabled ?? false;