fromUntis2019 static method

Parser fromUntis2019(
  1. dynamic _
)

Implementation

static Parser fromUntis2019(_) => (lesson, e) => Substitution.raw(
      lesson,
      affectedClass: e[0],
      subject: e[2],
      subTeacher: e[3],
      orgTeacher: e[4],
      room: e[5],
      notes: e[6],
    );