RepoServiceBlocEvent<GroupEvent extends Enum> class

The events dispatched by the RepoServiceBloc bloc

Annotations
  • @freezed

Constructors

RepoServiceBlocEvent.actorExecutor({required GroupEvent group, String? key, required dynamic params, required RepoServiceConfiguration<dynamic, Object?>? configuration})
const
factory
RepoServiceBlocEvent.actorResult({required GroupEvent group, required _ActorExecutor<GroupEvent> executor, required Either<Failure, dynamic> result})
const
factory

Properties

copyWith → $RepoServiceBlocEventCopyWith<GroupEvent, RepoServiceBlocEvent<GroupEvent>>
no setterinherited
group → GroupEvent
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult actorExecutor(_ActorExecutor<GroupEvent> value), required TResult actorResult(_ActorResult<GroupEvent> value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? actorExecutor(_ActorExecutor<GroupEvent> value)?, TResult? actorResult(_ActorResult<GroupEvent> value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult actorExecutor(_ActorExecutor<GroupEvent> value)?, TResult actorResult(_ActorResult<GroupEvent> value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult actorExecutor(GroupEvent group, String? key, dynamic params, RepoServiceConfiguration<dynamic, Object?>? configuration)?, TResult actorResult(GroupEvent group, dynamic executor, Either<Failure, dynamic> result)?, 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 actorExecutor(GroupEvent group, String? key, dynamic params, RepoServiceConfiguration<dynamic, Object?>? configuration), required TResult actorResult(GroupEvent group, dynamic executor, Either<Failure, dynamic> result)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? actorExecutor(GroupEvent group, String? key, dynamic params, RepoServiceConfiguration<dynamic, Object?>? configuration)?, TResult? actorResult(GroupEvent group, dynamic executor, Either<Failure, dynamic> result)?}) → TResult?
inherited

Operators

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