Context constructor

Context({
  1. int? id,
  2. String? name,
  3. Scope? scope,
})

Implementation

Context({this.id, this.name, this.scope});