Valorisation class sealed
- Implemented types
- Implementers
Properties
- doctorSupplement ↔ double?
-
getter/setter pair
- encryptedSelf ↔ Base64String?
-
getter/setter pairoverride
- endOfValidity ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
label
↔ Map<
String, String> ? -
getter/setter pair
- patientIntervention ↔ double?
-
getter/setter pair
- predicate ↔ String?
-
getter/setter pair
-
reference
↔ List<
int> ? -
getter/setter pair
- reimbursement ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startOfValidity ↔ int?
-
getter/setter pair
- totalAmount ↔ double?
-
getter/setter pair
- vat ↔ double?
-
getter/setter pair
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(
Valorisation value) → Map< String, dynamic> -
fromJSON(
Map< String, dynamic> data) → Valorisation