DEMedicalPlanStandardSubheading class

German medical plan standard subheading

Annotations
  • @JsonSerializable(createFactory: true, includeIfNull: false, explicitToJson: true)

Constructors

DEMedicalPlanStandardSubheading(List<String> generalNotes, List<DEMedicalPlanStandardSubheadingField> fields, List<DEMedicalPlanMedicine> medicines, List<DEMedicalPlanSubheadingPrescription> prescriptions)
DEMedicalPlanStandardSubheading.fromJson(Map<String, dynamic> json)
factory

Properties

fields List<DEMedicalPlanStandardSubheadingField>
Fields
read / write
generalNotes List<String>
General notes
read / write
hashCode int
The hash code for this object.
read-onlyinherited
medicines List<DEMedicalPlanMedicine>
Medicines
read / write
prescriptions List<DEMedicalPlanSubheadingPrescription>
Receipes
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited