DeploymentNote constructor

DeploymentNote({
  1. List<String>? resourceUri,
})

Implementation

DeploymentNote({
  this.resourceUri,
});