EncryptedAddress constructor
const
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,
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;