Deployable constructor

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

Implementation

Deployable({
  this.resourceUri,
});