getValueOnColCommon method
dynamic
getValueOnColCommon(
- dynamic appData,
- dynamic context
Implementation
getValueOnColCommon(appData, context) {
var col = appData[gValue];
return getValueOnCol(col)[gValue];
}