is_personal property
read / write
Pass true if results may be cached and returned only for the user that sent the query. By default, results may be returned to any user who sends the same query.
Implementation
late bool is_personal;
Pass true if results may be cached and returned only for the user that sent the query. By default, results may be returned to any user who sends the same query.
late bool is_personal;