str1 property

void str1=(String value)

字符串索引1

Implementation

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