PscConfig constructor

PscConfig({
  1. bool? pscEnabled,
  2. String? serviceOwnedProjectNumber,
})

Implementation

PscConfig({this.pscEnabled, this.serviceOwnedProjectNumber});