CreateHeaderRequest constructor

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

Implementation

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