OTPEpisodeCreationInput class

Input data to the mutation for starting an episode of care

Annotations
  • @freezed

Constructors

OTPEpisodeCreationInput({required String? patientID, required String? providerCode, required String? msisdn, required String? otp, required bool fullAccess})
factory
OTPEpisodeCreationInput.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $OTPEpisodeCreationInputCopyWith<OTPEpisodeCreationInput>
no setterinherited
fullAccess bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
msisdn String?
no setterinherited
otp String?
no setterinherited
patientID String?
no setterinherited
providerCode String?
no setterinherited
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
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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