EncryptedContent class

Implemented types

Constructors

EncryptedContent({String? stringValue, double? numberValue, bool? booleanValue, DateTime? instantValue, int? fuzzyDateValue, Uint8List? binaryValue, String? documentId, Measure? measureValue, Medication? medicationValue, TimeSeries? timeSeries, List<EncryptedService>? compoundValue, List<Measure>? ratio, List<Measure>? range})
EncryptedContent.fromJSON(Map<String, dynamic> data)
factory

Properties

binaryValue Uint8List?
getter/setter pairoverride
booleanValue bool?
getter/setter pairoverride
compoundValue List<EncryptedService>?
getter/setter pairoverride-getter
documentId String?
getter/setter pairoverride
fuzzyDateValue int?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
instantValue DateTime?
getter/setter pairoverride
measureValue Measure?
getter/setter pairoverride
medicationValue Medication?
getter/setter pairoverride
numberValue double?
getter/setter pairoverride
range List<Measure>?
getter/setter pairoverride
ratio List<Measure>?
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
getter/setter pairoverride
timeSeries TimeSeries?
getter/setter pairoverride

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(EncryptedContent value) Map<String, dynamic>
override