DeleteFooterRequest constructor

DeleteFooterRequest({
  1. String? footerId,
})

Implementation

DeleteFooterRequest({
  this.footerId,
});