CreateFootnoteResponse constructor

CreateFootnoteResponse({
  1. String? footnoteId,
})

Implementation

CreateFootnoteResponse({
  this.footnoteId,
});