Page constructor

Page(
  1. Object before,
  2. Object after,
  3. List data
)

Implementation

Page(this.before, this.after, this.data);