IfCondition.notToken constructor

const IfCondition.notToken(
  1. Uri abspath
)

Implementation

const IfCondition.notToken(Uri abspath)
    : _not = true,
      _etag = null,
      _abspath = abspath;