RemoveAndroidAppRequest constructor

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

Implementation

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