EncryptedPropertyStub constructor
const
EncryptedPropertyStub({
- @Default(null) String? id,
- @Default(null) PropertyTypeStub? type,
- @Default(null) EncryptedTypedValue? typedValue,
- @Default(null) int? deletionDate,
- @Default(null) Base64String? encryptedSelf,
Implementation
const factory EncryptedPropertyStub({
@Default(null) String? id,
@Default(null) PropertyTypeStub? type,
@Default(null) EncryptedTypedValue? typedValue,
@Default(null) int? deletionDate,
@Default(null) Base64String? encryptedSelf,
}) = _EncryptedPropertyStub;