notice property

void notice=(bool value)

消息是否显示通知

Implementation

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