InitFlusmicStatus class abstract

Implemented types

Constructors

InitFlusmicStatus()
factory

Properties

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 init(InitFlusmicStatus value), required TResult loading(LoadingFlusmicStatus value), required TResult error(ErrorFlusmicStatus value), required TResult loaded(LoadedFlusmicStatus value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? init(InitFlusmicStatus value)?, TResult? loading(LoadingFlusmicStatus value)?, TResult? error(ErrorFlusmicStatus value)?, TResult? loaded(LoadedFlusmicStatus value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult init(InitFlusmicStatus value)?, TResult loading(LoadingFlusmicStatus value)?, TResult error(ErrorFlusmicStatus value)?, TResult loaded(LoadedFlusmicStatus value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult init()?, TResult loading()?, TResult error(String error)?, TResult loaded(FlusmicResponse response)?, 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 init(), required TResult loading(), required TResult error(String error), required TResult loaded(FlusmicResponse response)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? init()?, TResult? loading()?, TResult? error(String error)?, TResult? loaded(FlusmicResponse response)?}) → TResult?
inherited

Operators

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