Command constructor

Command({
  1. required int id,
  2. required int count,
})

Implementation

Command({required this.id, required this.count});