CreateFooterResponse constructor

CreateFooterResponse({
  1. String? footerId,
})

Implementation

CreateFooterResponse({
  this.footerId,
});