RemoveWebAppRequest constructor

RemoveWebAppRequest({
  1. bool? allowMissing,
  2. String? etag,
  3. bool? immediate,
  4. bool? validateOnly,
})

Implementation

RemoveWebAppRequest({
  this.allowMissing,
  this.etag,
  this.immediate,
  this.validateOnly,
});