CreateFooterRequest constructor

CreateFooterRequest({
  1. Location? sectionBreakLocation,
  2. String? type,
})

Implementation

CreateFooterRequest({this.sectionBreakLocation, this.type});