JobRF1 constructor

JobRF1({
  1. String? name,
  2. int? period,
  3. dynamic job,
})

Implementation

JobRF1({this.name, this.period, this.job});