Assignment constructor
Assignment({
- required AssignmentType type,
- int? amount,
Implementation
Assignment({required this.type, this.amount});
Assignment({required this.type, this.amount});