ProjectFacilityEvent class

ProjectFacilityEvent is a freezed union of all possible events that can occur in the ProjectFacilityBloc.

Implementers
Annotations
  • @freezed

Constructors

ProjectFacilityEvent.load({required ProjectFacilitySearchModel query})
The ProjectFacilityLoadEvent event is triggered when project facilities need to be loaded.
const
factory

Properties

copyWith → $ProjectFacilityEventCopyWith<ProjectFacilityEvent>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
query ProjectFacilitySearchModel
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult load(ProjectFacilityLoadEvent value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? load(ProjectFacilityLoadEvent value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult load(ProjectFacilityLoadEvent value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult load(ProjectFacilitySearchModel query)?, 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 load(ProjectFacilitySearchModel query)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? load(ProjectFacilitySearchModel query)?}) → TResult?
inherited

Operators

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