EncryptedValorisation class

Implemented types

Constructors

EncryptedValorisation({int? startOfValidity, int? endOfValidity, String? predicate, List<int>? reference, double? totalAmount, double? reimbursement, double? patientIntervention, double? doctorSupplement, double? vat, Map<String, String>? label, Base64String? encryptedSelf})
EncryptedValorisation.fromJSON(Map<String, dynamic> data)
factory

Properties

doctorSupplement double?
getter/setter pairoverride
encryptedSelf Base64String?
getter/setter pairoverride
endOfValidity int?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
label Map<String, String>?
getter/setter pairoverride
patientIntervention double?
getter/setter pairoverride
predicate String?
getter/setter pairoverride
reference List<int>?
getter/setter pairoverride
reimbursement double?
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startOfValidity int?
getter/setter pairoverride
totalAmount double?
getter/setter pairoverride
vat double?
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(EncryptedValorisation value) Map<String, dynamic>
override