EncryptedContent class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
EncryptedContent.new({@Default(null) String? stringValue, @Default(null) double? numberValue, @Default(null) bool? booleanValue, @Default(null) DateTime? instantValue, @Default(null) int? fuzzyDateValue, @Default(null) Uint8List? binaryValue, @Default(null) String? documentId, @Default(null) Measure? measureValue, @Default(null) Medication? medicationValue, @Default(null) TimeSeries? timeSeries, @Default(null) List<
EncryptedService> ? compoundValue, @Default(null) List<Measure> ? ratio, @Default(null) List<Measure> ? range}) -
constfactory
Properties
- binaryValue → Uint8List?
-
no setterinherited
- booleanValue → bool?
-
no setterinherited
-
compoundValue
→ List<
EncryptedService> ? -
no setterinherited
-
copyWith
→ $EncryptedContentCopyWith<
EncryptedContent> -
Create a copy of EncryptedContent
with the given fields replaced by the non-null parameter values.
no setterinherited
- documentId → String?
-
no setterinherited
- fuzzyDateValue → int?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- instantValue → DateTime?
-
no setterinherited
- measureValue → Measure?
-
no setterinherited
- medicationValue → Medication?
-
no setterinherited
- numberValue → double?
-
no setterinherited
-
range
→ List<
Measure> ? -
no setterinherited
-
ratio
→ List<
Measure> ? -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue → String?
-
no setterinherited
- timeSeries → TimeSeries?
-
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(
EncryptedContent value) → Map< String, dynamic> -
override
-
fromJSON(
Map< String, dynamic> data) → EncryptedContent -
override