EncryptedAddress class abstract

Implemented types
Annotations
  • @freezed

Constructors

EncryptedAddress.new({@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})
const
factory

Properties

addressType AddressType?
no setterinherited
city String?
no setterinherited
codes Set<CodeStub>
no setterinherited
copyWith → $EncryptedAddressCopyWith<EncryptedAddress>
Create a copy of EncryptedAddress with the given fields replaced by the non-null parameter values.
no setterinherited
country String?
no setterinherited
descr String?
no setterinherited
encryptedSelf Base64String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
houseNumber String?
no setterinherited
identifier List<Identifier>
no setterinherited
note String?
no setterinherited
notes List<Annotation>
no setterinherited
postalCode String?
no setterinherited
postboxNumber String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
no setterinherited
street String?
no setterinherited
tags Set<CodeStub>
no setterinherited
telecoms List<EncryptedTelecom>
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode(EncryptedAddress value) Map<String, dynamic>
override
fromJSON(Map<String, dynamic> data) EncryptedAddress
override