Job constructor

Job({
  1. int? errorCode,
  2. String? location,
  3. String? name,
  4. String? state,
})

Implementation

Job({this.errorCode, this.location, this.name, this.state});