int2 property

void int2=(int value)

整数索引2

Implementation

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