Task constructor

Task({
  1. String? name,
  2. TaskStatus? status,
})

Implementation

Task({this.name, this.status});