DeleteFooterRequest constructor

DeleteFooterRequest({
  1. String? footerId,
  2. String? tabId,
})

Implementation

DeleteFooterRequest({
  this.footerId,
  this.tabId,
});