FootEndNote constructor

FootEndNote(
  1. String id,
  2. String pStyle,
  3. String rStyle,
  4. String text,
)

Implementation

FootEndNote(this.id, this.pStyle, this.rStyle, this.text);