/**
 * @class Cmd.template.json.PresenceValidator
 * @extend Cmd.template.json.Validator
 * Validates that a value is not `null` or missing.
 * @private
 */
 
/**
 * @property {String} [type="presence"]
 * @readonly
 */
 
/**
 * @cfg {String} message
 * The message to display when the validator rejects a value.
 */