EncryptedEmploymentInfo constructor

const EncryptedEmploymentInfo({
  1. @Default(null) int? startDate,
  2. @Default(null) int? endDate,
  3. @Default(null) CodeStub? professionType,
  4. @Default(null) Employer? employer,
  5. 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;