getDropdownText static method
Implementation
static getDropdownText(String modelName, String fieldName, dynamic value) {
return getDropDownItemText(ModelDefault(), "OptionValue", "OptionText",
where:
'where ModelName = \'$modelName\' and FieldName = \'$fieldName\' and OptionValue = $value');
}