AnnotWithRect constructor

AnnotWithRect(
  1. String? id,
  2. int? pageNumber,
  3. Rect? rect
)

Implementation

AnnotWithRect(this.id, this.pageNumber, this.rect);