Task constructor

const Task([
  1. String? description
])

Implementation

const Task([this.description]);