hot2 property

void hot2=(int value)

整数增减量2(增减单位为1)

Implementation

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