EncryptedPropertyStub constructor

const EncryptedPropertyStub({
  1. @Default(null) String? id,
  2. @Default(null) PropertyTypeStub? type,
  3. @Default(null) EncryptedTypedValue? typedValue,
  4. @Default(null) int? deletionDate,
  5. @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;