getValueFocus method
dynamic
getValueFocus(
- dynamic data,
- dynamic context
Implementation
getValueFocus(data, context) {
myLogAll('getValueFocus');
dynamic result = getValueCurrent();
if (isNull(result)) {
return '';
}
return result[gValue];
}