PriorityId constructor

PriorityId({
  1. required String id,
})

Implementation

PriorityId({required this.id});