DecryptedService class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
DecryptedService.new({required String id, @Default(null) String? transactionId, @Default([]) List<
Identifier> identifier, @Default(null) String? contactId, @Default(null) Set<String> ? subContactIds, @Default(null) Set<String> ? plansOfActionIds, @Default(null) Set<String> ? healthElementsIds, @Default(null) Set<String> ? formIds, @Default({}) Set<String> ? secretForeignKeys, @Default({}) Map<String, Set< cryptedForeignKeys, @Default({}) Map<Delegation> >String, Set< delegations, @Default({}) Map<Delegation> >String, Set< encryptionKeys, @Default(null) String? label, @Default(null) int? index, @Default({}) Map<Delegation> >String, DecryptedContent> content, @Default(null) String? encryptedContent, @Default({}) Map<String, String> textIndexes, @Default(null) int? valueDate, @Default(null) int? openingDate, @Default(null) int? closingDate, @Default(null) String? formId, @Default(null) int? created, @Default(null) int? modified, @Default(null) int? endOfLife, @Default(null) String? author, @Default(null) String? responsible, @Default(null) String? medicalLocationId, @Default(null) String? comment, @Default(null) int? status, @Default({}) Set<String> invoicingCodes, @Default([]) List<Annotation> notes, @Default({}) Map<LinkQualification, Map< qualifiedLinks, @Default({}) Set<String, String> >CodeStub> codes, @Default({}) Set<CodeStub> tags, @Default(null) Base64String? encryptedSelf, @Default(null) SecurityMetadata? securityMetadata}) -
constfactory
Properties
-
no setterinherited
- closingDate → int?
-
no setterinherited
-
codes
→ Set<
CodeStub> -
no setterinherited
- comment → String?
-
no setterinherited
- contactId → String?
-
no setterinherited
-
content
→ Map<
String, DecryptedContent> -
no setterinherited
-
copyWith
→ $DecryptedServiceCopyWith<
DecryptedService> -
Create a copy of DecryptedService
with the given fields replaced by the non-null parameter values.
no setterinherited
- created → int?
-
no setterinherited
-
cryptedForeignKeys
→ Map<
String, Set< Delegation> > -
no setterinherited
-
delegations
→ Map<
String, Set< Delegation> > -
no setterinherited
- encryptedContent → String?
-
no setterinherited
- encryptedSelf → Base64String?
-
no setterinherited
-
encryptionKeys
→ Map<
String, Set< Delegation> > -
no setterinherited
- endOfLife → int?
-
no setterinherited
- formId → String?
-
no setterinherited
-
formIds
→ Set<
String> ? -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
healthElementsIds
→ Set<
String> ? -
no setterinherited
- id → String
-
no setterinherited
-
identifier
→ List<
Identifier> -
no setterinherited
- index → int?
-
no setterinherited
-
invoicingCodes
→ Set<
String> -
no setterinherited
- label → String?
-
no setterinherited
- medicalLocationId → String?
-
no setterinherited
- modified → int?
-
no setterinherited
-
notes
→ List<
Annotation> -
no setterinherited
- openingDate → int?
-
no setterinherited
-
plansOfActionIds
→ Set<
String> ? -
no setterinherited
-
qualifiedLinks
→ Map<
LinkQualification, Map< String, String> > -
no setterinherited
- responsible → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secretForeignKeys
→ Set<
String> ? -
no setterinherited
- securityMetadata → SecurityMetadata?
-
no setterinherited
- status → int?
-
no setterinherited
-
subContactIds
→ Set<
String> ? -
no setterinherited
-
no setterinherited
-
textIndexes
→ Map<
String, String> -
no setterinherited
- transactionId → String?
-
no setterinherited
- valueDate → int?
-
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(
DecryptedService value) → Map< String, dynamic> -
override
-
fromJSON(
Map< String, dynamic> data) → DecryptedService -
override