ClosedHouseholdEvent class
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