str2 property

void str2=(String value)

字符串索引2

Implementation

set str2(String value) => data['str2'] = DbQueryField.toBaseType(value);