initialItem constructor

initialItem({
  1. String? Title,
  2. String? Name,
  3. String? ComplitionTime,
  4. String? image,
  5. int? Status,
  6. int? DataCount = 0,
})

Implementation

initialItem(
    {this.Title,
    this.Name,
    this.ComplitionTime,
    this.image,
    this.Status,
    this.DataCount = 0});