ClosedHouseholdSummaryEvent class abstract

Implemented types

Constructors

ClosedHouseholdSummaryEvent({double latitude, double longitude, double locationAccuracy, String? householdHeadName})
const
factory

Properties

copyWith → _$$ClosedHouseholdSummaryEventImplCopyWith<_$ClosedHouseholdSummaryEventImpl>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
householdHeadName String?
no setteroverride
latitude double
no setteroverride
locationAccuracy double
no setteroverride
longitude double
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult handleSubmit(ClosedHouseholdSubmitEvent value), required TResult handleSummary(ClosedHouseholdSummaryEvent value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? handleSubmit(ClosedHouseholdSubmitEvent value)?, TResult? handleSummary(ClosedHouseholdSummaryEvent value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult handleSubmit(ClosedHouseholdSubmitEvent value)?, TResult handleSummary(ClosedHouseholdSummaryEvent value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult handleSubmit(double latitude, double longitude, double locationAccuracy, String? householdHeadName, String? tag, BuildContext? context)?, TResult handleSummary(double latitude, double longitude, double locationAccuracy, String? householdHeadName)?, 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(double latitude, double longitude, double locationAccuracy, String? householdHeadName, String? tag, BuildContext? context), required TResult handleSummary(double latitude, double longitude, double locationAccuracy, String? householdHeadName)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? handleSubmit(double latitude, double longitude, double locationAccuracy, String? householdHeadName, String? tag, BuildContext? context)?, TResult? handleSummary(double latitude, double longitude, double locationAccuracy, String? householdHeadName)?}) → TResult?
inherited

Operators

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