fromMap static method
Implementation
static DString fromMap(FormMapTip f, Map m) {
assert(m['statement_name'] == statementName);
return f.stringFunc(m['value']);
}
static DString fromMap(FormMapTip f, Map m) {
assert(m['statement_name'] == statementName);
return f.stringFunc(m['value']);
}