ShareSettings constructor

ShareSettings({
  1. Map<String, ShareSettingsProjectConfig>? projectMap,
  2. String? shareType,
})

Implementation

ShareSettings({
  this.projectMap,
  this.shareType,
});