clientMsgIdProperty method

QueryBuilder<MsgModel, String, QQueryOperations> clientMsgIdProperty()

Implementation

QueryBuilder<MsgModel, String, QQueryOperations> clientMsgIdProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addPropertyName(r'clientMsgId');
  });
}