DecryptedSchoolingInfo constructor
const
DecryptedSchoolingInfo({
- @Default.new(null) int? startDate,
- @Default.new(null) int? endDate,
- @Default.new(null) String? school,
- @Default.new(null) CodeStub? typeOfEducation,
- required Base64String? encryptedSelf,
Implementation
const factory DecryptedSchoolingInfo({
@Default(null) int? startDate,
@Default(null) int? endDate,
@Default(null) String? school,
@Default(null) CodeStub? typeOfEducation,
required Base64String? encryptedSelf,
}) = _DecryptedSchoolingInfo;