MissionProfileIdResponse constructor

MissionProfileIdResponse({
  1. String? missionProfileId,
})

Implementation

MissionProfileIdResponse({
  this.missionProfileId,
});