Screen constructor

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

Implementation

Screen({this.description, this.id, this.name, this.scope});