EncryptedValorisation class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
EncryptedValorisation.new({@Default(null) int? startOfValidity, @Default(null) int? endOfValidity, @Default(null) String? predicate, @Default(null) List<
int> ? reference, @Default(null) double? totalAmount, @Default(null) double? reimbursement, @Default(null) double? patientIntervention, @Default(null) double? doctorSupplement, @Default(null) double? vat, @Default({}) Map<String, String> ? label, @Default(null) Base64String? encryptedSelf}) -
constfactory
Properties
-
copyWith
→ $EncryptedValorisationCopyWith<
EncryptedValorisation> -
Create a copy of EncryptedValorisation
with the given fields replaced by the non-null parameter values.
no setterinherited
- doctorSupplement → double?
-
no setterinherited
- encryptedSelf → Base64String?
-
no setterinherited
- endOfValidity → int?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
label
→ Map<
String, String> ? -
no setterinherited
- patientIntervention → double?
-
no setterinherited
- predicate → String?
-
no setterinherited
-
reference
→ List<
int> ? -
no setterinherited
- reimbursement → double?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startOfValidity → int?
-
no setterinherited
- totalAmount → double?
-
no setterinherited
- vat → double?
-
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(
EncryptedValorisation value) → Map< String, dynamic> -
override
-
fromJSON(
Map< String, dynamic> data) → EncryptedValorisation -
override