dslink
dslink.query
QueryCommandList
updateRow
updateRow
dslink
dslink.query
QueryCommandList
updateRow
method
updateRow
Source
dslink
dslink.query
QueryCommandList
Constructors
QueryCommandList
Properties
parsedpath
rawpath
base
hashCode
nexts
responses
runtimeType
Operators
operator ==
Methods
addNext
destroy
init
toString
updateFromBase
updateRow
addResponse
getQueryId
noSuchMethod
removeNext
void
updateRow
(
List
row
)
Source
void updateRow(List row) { for (var next in nexts) { next.updateFromBase([row]); } }