DecryptedEmploymentInfo constructor
const
DecryptedEmploymentInfo({
- @Default.new(null) int? startDate,
- @Default.new(null) int? endDate,
- @Default.new(null) CodeStub? professionType,
- @Default.new(null) Employer? employer,
- required Base64String? encryptedSelf,
Implementation
const factory DecryptedEmploymentInfo({
@Default(null) int? startDate,
@Default(null) int? endDate,
@Default(null) CodeStub? professionType,
@Default(null) Employer? employer,
required Base64String? encryptedSelf,
}) = _DecryptedEmploymentInfo;