Annot constructor

Annot(
  1. String? id,
  2. int? pageNumber
)

Implementation

Annot(this.id, this.pageNumber);