int1 property

void int1=(int value)

整数索引1

Implementation

set int1(int value) => data['int1'] = DbQueryField.toBaseType(value);