EncryptedTelecom constructor

const EncryptedTelecom({
  1. @Default(null) TelecomType? telecomType,
  2. @Default(null) String? telecomNumber,
  3. @Default(null) String? telecomDescription,
  4. @Default(null) Base64String? encryptedSelf,
})

Implementation

const factory EncryptedTelecom({
	@Default(null) TelecomType? telecomType,
	@Default(null) String? telecomNumber,
	@Default(null) String? telecomDescription,
	@Default(null) Base64String? encryptedSelf,
}) = _EncryptedTelecom;