EncryptedTelecom constructor
const
EncryptedTelecom({
- @Default(null) TelecomType? telecomType,
- @Default(null) String? telecomNumber,
- @Default(null) String? telecomDescription,
- @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;