ProjectSettings constructor

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

Implementation

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