ProjectId constructor

ProjectId({
  1. required String id,
})

Implementation

ProjectId({required this.id});