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