ProjectSettings constructor

ProjectSettings({
  1. String? legacyRedirectionState,
  2. String? name,
  3. int? pullPercent,
})

Implementation

ProjectSettings({this.legacyRedirectionState, this.name, this.pullPercent});