DataAppointment class
Constructors
- DataAppointment.new({required int partnerId, required String patientName, required String appointmentDateTime, required String appointmentWeekDay, required String doctorName, String? companyName, String? companyAddress, String? companyPhone, required String printedBy, String language = 'fa', required String pateintSequence, required String note})
Properties
- appointmentDateTime → String
-
final
- appointmentWeekDay → String
-
final
- companyAddress ↔ String?
-
getter/setter pair
- companyName ↔ String?
-
getter/setter pair
- companyPhone ↔ String?
-
getter/setter pair
- doctorName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- language → String
-
final
- note → String
-
final
- partnerId → int
-
final
- pateintSequence → String
-
final
- patientName → String
-
final
- printedBy → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
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