Context constructor

Context({
  1. String? name,
  2. List<String>? subjects,
})

Implementation

Context({this.name, this.subjects});