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