TransferLog class abstract

Implemented types

Constructors

TransferLog(String message)
const
factory

Properties

copyWith → _$$TransferLogCopyWith<_$TransferLog>
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult console(ConsoleLog value), required TResult install(InstallLog value), required TResult transfer(TransferLog value), required TResult daemon(DaemonMessage value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? console(ConsoleLog value)?, TResult? install(InstallLog value)?, TResult? transfer(TransferLog value)?, TResult? daemon(DaemonMessage value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult console(ConsoleLog value)?, TResult install(InstallLog value)?, TResult transfer(TransferLog value)?, TResult daemon(DaemonMessage value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult console(String message)?, TResult install(String message)?, TResult transfer(String message)?, TResult daemon(String message)?, 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 console(String message), required TResult install(String message), required TResult transfer(String message), required TResult daemon(String message)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? console(String message)?, TResult? install(String message)?, TResult? transfer(String message)?, TResult? daemon(String message)?}) → TResult?
inherited

Operators

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