toMap method
get map from ScanProductModel.
Implementation
Map<String, dynamic> toMap() {
return {
'itemCount': itemCount,
'itemValue': itemValue,
};
}
get map from ScanProductModel.
Map<String, dynamic> toMap() {
return {
'itemCount': itemCount,
'itemValue': itemValue,
};
}