ingdao package
documentation
dfresponse
DfResponse
DfResponse constructor
DfResponse
DfResponse
constructor
DfResponse
(
{
DfError
error
,
Map
<
String
,
dynamic
>
singleResult
,
List
<
Map
<
String
,
dynamic
>
>
result
,
int
fetchCountData
}
)
Implementation
DfResponse({this.error,this.singleResult,this.result,this.fetchCountData});
ingdao package
documentation
dfresponse
DfResponse
DfResponse constructor
DfResponse class
Constructors
DfResponse
Properties
error
fetchCountData
hashCode
onlineSyncError
onlineSyncFailTrxId
query
result
runtimeType
singleResult
Methods
dataFromHttpResponse
dataFromPlainHttpResponse
noSuchMethod
renderFetchAggregateResultToInt
renderResultToEntity
renderResultToEntityList
renderSaveDelAffectCountResultToList
toString
validate
Operators
operator ==