title property

void title=(String value)

消息标题

Implementation

set title(String value) => data['title'] = DbQueryField.toBaseType(value);