CustomerArtifactPaths constructor

CustomerArtifactPaths({
  1. List<String>? androidPaths,
  2. List<String>? deviceHostPaths,
  3. List<String>? iosPaths,
})

Implementation

CustomerArtifactPaths({
  this.androidPaths,
  this.deviceHostPaths,
  this.iosPaths,
});