getValueOnColCommon method

dynamic getValueOnColCommon(
  1. dynamic appData,
  2. dynamic context
)

Implementation

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