MatchingJob constructor

MatchingJob({
  1. CommuteInfo? commuteInfo,
  2. Job? job,
  3. String? jobSummary,
  4. String? jobTitleSnippet,
  5. String? searchTextSnippet,
})

Implementation

MatchingJob({
  this.commuteInfo,
  this.job,
  this.jobSummary,
  this.jobTitleSnippet,
  this.searchTextSnippet,
});