rx_command
rx_command
MockCommand
<
TParam
,
TResult
>
executionCount property
executionCount
rx_command
rx_command
MockCommand
<
TParam
,
TResult
>
executionCount property
MockCommand class
Constructors
MockCommand
Properties
executionCount
lastPassedValueToExecute
returnValuesForNextExecute
canExecute
first
hashCode
isBroadcast
isEmpty
isExecuting
last
lastResult
length
next
results
runtimeType
single
throwExceptions
thrownExceptions
Methods
endExecutionNoData
endExecutionWithData
endExecutionWithError
execute
queueResultsForNextExecuteCall
startExecution
any
asBroadcastStream
asyncExpand
asyncMap
call
cast
contains
dispose
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
executionCount
property
int
executionCount
read / write
Number of times execute or the command directly was called
Implementation
int executionCount = 0