DecryptedAddress class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
DecryptedAddress.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<DecryptedTelecom> telecoms, @Default(null) Base64String? encryptedSelf}) -
constfactory
Properties
- addressType → AddressType?
-
no setterinherited
- city → String?
-
no setterinherited
-
codes
→ Set<
CodeStub> -
no setterinherited
-
copyWith
→ $DecryptedAddressCopyWith<
DecryptedAddress> -
Create a copy of DecryptedAddress
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
-
no setterinherited
-
telecoms
→ List<
DecryptedTelecom> -
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(
DecryptedAddress value) → Map< String, dynamic> -
override
-
fromJSON(
Map< String, dynamic> data) → DecryptedAddress -
override