JobFunctions constructor
JobFunctions({})
Returns a new JobFunctions instance.
Implementation
JobFunctions({
this.dateCreated,
this.lastUpdated,
required this.functionId,
required this.name,
});
Returns a new JobFunctions instance.
JobFunctions({
this.dateCreated,
this.lastUpdated,
required this.functionId,
required this.name,
});