dialog property

void dialog=(bool value)

是否处于对话状态

Implementation

set dialog(bool value) => data['dialog'] = DbQueryField.toBaseType(value);