* Contains it a secret value? * * @return If its a secret value, it will return true otherwise false. */
| 201 | * @return If its a secret value, it will return true otherwise false. |
| 202 | */ |
| 203 | bool isSecret() const |
| 204 | { |
| 205 | return m_isSecret; |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * Set unique id used to make the default value unique. |