EncryptedSubContact class abstract

Implemented types
Annotations
  • @freezed

Constructors

EncryptedSubContact.new({@Default(null) String? id, @Default(null) int? created, @Default(null) int? modified, @Default(null) String? author, @Default(null) String? responsible, @Default(null) String? medicalLocationId, @Default({}) Set<CodeStub> tags, @Default({}) Set<CodeStub> codes, @Default(null) int? endOfLife, @Default(null) String? descr, @Default(null) String? protocol, @Default(null) int? status, @Default(null) String? formId, @Default(null) String? planOfActionId, @Default(null) String? healthElementId, @Default(null) String? classificationId, @Default([]) List<ServiceLink> services, @Default(null) Base64String? encryptedSelf})
const
factory

Properties

author String?
no setterinherited
classificationId String?
no setterinherited
codes Set<CodeStub>
no setterinherited
copyWith → $EncryptedSubContactCopyWith<EncryptedSubContact>
Create a copy of EncryptedSubContact with the given fields replaced by the non-null parameter values.
no setterinherited
created int?
no setterinherited
descr String?
no setterinherited
encryptedSelf Base64String?
no setterinherited
endOfLife int?
no setterinherited
formId String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
healthElementId String?
no setterinherited
id String?
no setterinherited
medicalLocationId String?
no setterinherited
modified int?
no setterinherited
planOfActionId String?
no setterinherited
protocol String?
no setterinherited
responsible String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services List<ServiceLink>
no setterinherited
status int?
no setterinherited
tags Set<CodeStub>
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(EncryptedSubContact value) Map<String, dynamic>
override
fromJSON(Map<String, dynamic> data) EncryptedSubContact
override