top property

void top=(bool value)

是否置顶聊天

Implementation

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