ForumRecruitmentDetail.fromJson constructor

ForumRecruitmentDetail.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ForumRecruitmentDetail.fromJson(Map<String, dynamic> json) {
	return _$ForumRecruitmentDetailFromJson(json);
}