Page constructor

Page(
  1. Day? day,
  2. List<Substitution> subs,
  3. String date
)

Implementation

Page(this.day, this.subs, this.date);