EncryptedAddress constructor

const EncryptedAddress({
  1. @Default({}) Set<CodeStub> tags,
  2. @Default({}) Set<CodeStub> codes,
  3. @Default([]) List<Identifier> identifier,
  4. @Default(null) AddressType? addressType,
  5. @Default(null) String? descr,
  6. @Default(null) String? street,
  7. @Default(null) String? houseNumber,
  8. @Default(null) String? postboxNumber,
  9. @Default(null) String? postalCode,
  10. @Default(null) String? city,
  11. @Default(null) String? state,
  12. @Default(null) String? country,
  13. @Default(null) String? note,
  14. @Default([]) List<Annotation> notes,
  15. @Default([]) List<EncryptedTelecom> telecoms,
  16. @Default(null) Base64String? encryptedSelf,
})

Implementation

const factory EncryptedAddress({
	@Default({}) Set<CodeStub> tags,
	@Default({}) Set<CodeStub> codes,
	@Default([]) List<Identifier> identifier,
	@Default(null) AddressType? addressType,
	@Default(null) String? descr,
	@Default(null) String? street,
	@Default(null) String? houseNumber,
	@Default(null) String? postboxNumber,
	@Default(null) String? postalCode,
	@Default(null) String? city,
	@Default(null) String? state,
	@Default(null) String? country,
	@Default(null) String? note,
	@Default([]) List<Annotation> notes,
	@Default([]) List<EncryptedTelecom> telecoms,
	@Default(null) Base64String? encryptedSelf,
}) = _EncryptedAddress;