JobPostList constructor
JobPostList({})
Returns a new JobPostList instance.
Implementation
JobPostList({
this.id,
this.subject,
this.level,
this.icon,
this.location,
this.applications = const [],
});
Returns a new JobPostList instance.
JobPostList({
this.id,
this.subject,
this.level,
this.icon,
this.location,
this.applications = const [],
});