DecryptedTelecom constructor
const
DecryptedTelecom({
- @Default(null) TelecomType? telecomType,
- @Default(null) String? telecomNumber,
- @Default(null) String? telecomDescription,
- @Default(null) Base64String? encryptedSelf,
Implementation
const factory DecryptedTelecom({
@Default(null) TelecomType? telecomType,
@Default(null) String? telecomNumber,
@Default(null) String? telecomDescription,
@Default(null) Base64String? encryptedSelf,
}) = _DecryptedTelecom;