SimpleNextOfKinInput class

Mixed in types

Constructors

SimpleNextOfKinInput({required String patientID, required List<NameInput> names, required List<PhoneNumberInput> phoneNumbers, required Gender gender, required DateTime birthDate, required NextOfKinRelation relationship, required bool active, List<EmailInput>? emails})

Properties

active bool
final
birthDate DateTime
final
emails List<EmailInput>?
final
gender → Gender
final
hashCode int
The hash code for this object.
no setterinherited
names List<NameInput>
final
patientID String
final
phoneNumbers List<PhoneNumberInput>
final
relationship NextOfKinRelation
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
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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