IfCondition.etag constructor

const IfCondition.etag(
  1. String etag
)

Implementation

const IfCondition.etag(String etag)
    : _not = false,
      _etag = etag,
      _abspath = null;