str3 property

void str3=(String value)

字符串索引3

Implementation

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