job property

String? get job

Implementation

String? get job => _$this._job;
set job (covariant String? job)
covariant

Implementation

set job(covariant String? job) => _$this._job = job;