ReferralSearchEvent class abstract

Implemented types

Constructors

ReferralSearchEvent(ReferralSearchModel referrals)
const
factory

Properties

copyWith → _$$ReferralSearchEventImplCopyWith<_$ReferralSearchEventImpl>
no setter
hashCode int
The hash code for this object.
no setterinherited
referrals ReferralSearchModel
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult handleSubmit(ReferralSubmitEvent value), required TResult handleSearch(ReferralSearchEvent value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? handleSubmit(ReferralSubmitEvent value)?, TResult? handleSearch(ReferralSearchEvent value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult handleSubmit(ReferralSubmitEvent value)?, TResult handleSearch(ReferralSearchEvent value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult handleSubmit(ReferralModel referral, bool isEditing)?, TResult handleSearch(ReferralSearchModel referrals)?, 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 handleSubmit(ReferralModel referral, bool isEditing), required TResult handleSearch(ReferralSearchModel referrals)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? handleSubmit(ReferralModel referral, bool isEditing)?, TResult? handleSearch(ReferralSearchModel referrals)?}) → TResult?
inherited

Operators

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