PscAutomatedEndpoints constructor

PscAutomatedEndpoints({
  1. String projectId = '',
  2. String network = '',
  3. String matchAddress = '',
})

Implementation

PscAutomatedEndpoints({
  this.projectId = '',
  this.network = '',
  this.matchAddress = '',
}) : super(fullyQualifiedName);