DecryptedPropertyStub constructor

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