CreateHeaderResponse constructor

CreateHeaderResponse({
  1. String? headerId,
})

Implementation

CreateHeaderResponse({
  this.headerId,
});