RecordHFReferralViewEvent class abstract

Implemented types

Constructors

RecordHFReferralViewEvent({required HFReferralModel hfReferralModel})
const
factory

Properties

copyWith → _$$RecordHFReferralViewEventImplCopyWith<_$RecordHFReferralViewEventImpl>
no setter
hashCode int
The hash code for this object.
no setterinherited
hfReferralModel HFReferralModel
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult saveFacilityDetails(RecordHFReferralSaveFacilityDetailsEvent value), required TResult createReferralEntry(RecordHFReferralCreateEntryEvent value), required TResult viewReferral(RecordHFReferralViewEvent value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? saveFacilityDetails(RecordHFReferralSaveFacilityDetailsEvent value)?, TResult? createReferralEntry(RecordHFReferralCreateEntryEvent value)?, TResult? viewReferral(RecordHFReferralViewEvent value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult saveFacilityDetails(RecordHFReferralSaveFacilityDetailsEvent value)?, TResult createReferralEntry(RecordHFReferralCreateEntryEvent value)?, TResult viewReferral(RecordHFReferralViewEvent value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult saveFacilityDetails(DateTime dateOfEvaluation, String facilityId, String? healthFacilityCord, String? referredBy)?, TResult createReferralEntry(HFReferralModel hfReferralModel)?, TResult viewReferral(HFReferralModel hfReferralModel)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult saveFacilityDetails(DateTime dateOfEvaluation, String facilityId, String? healthFacilityCord, String? referredBy), required TResult createReferralEntry(HFReferralModel hfReferralModel), required TResult viewReferral(HFReferralModel hfReferralModel)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? saveFacilityDetails(DateTime dateOfEvaluation, String facilityId, String? healthFacilityCord, String? referredBy)?, TResult? createReferralEntry(HFReferralModel hfReferralModel)?, TResult? viewReferral(HFReferralModel hfReferralModel)?}) → TResult?
inherited

Operators

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