TaskLongread constructor

const TaskLongread({
  1. required int id,
  2. required String name,
})

Implementation

const TaskLongread({required this.id, required this.name});