ShareSettings constructor

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

Implementation

ShareSettings({this.projectMap = const {}, this.shareType})
  : super(fullyQualifiedName);