MessageCompleted class abstract

Implemented types
Available Extensions

Constructors

MessageCompleted({required CompletedState state})
const
factory
MessageCompleted.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$MessageCompletedCopyWith<_$MessageCompleted>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state CompletedState
no setter

Methods

map<TResult extends Object?>({required TResult initial(MessageInitial value), required TResult outgoing(MessageOutgoing value), required TResult completed(MessageCompleted value), required TResult failed(MessageFailed value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? initial(MessageInitial value)?, TResult? outgoing(MessageOutgoing value)?, TResult? completed(MessageCompleted value)?, TResult? failed(MessageFailed value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult initial(MessageInitial value)?, TResult outgoing(MessageOutgoing value)?, TResult completed(MessageCompleted value)?, TResult failed(MessageFailed value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult initial()?, TResult outgoing(OutgoingState state)?, TResult completed(CompletedState state)?, TResult failed(FailedState state, Object? reason)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult initial(), required TResult outgoing(OutgoingState state), required TResult completed(CompletedState state), required TResult failed(FailedState state, Object? reason)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? initial()?, TResult? outgoing(OutgoingState state)?, TResult? completed(CompletedState state)?, TResult? failed(FailedState state, Object? reason)?}) → TResult?
inherited

Operators

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