Precondition.exists constructor

Precondition.exists(
  1. bool _exists
)

Checks that the document exists or not.

Implementation

// ignore: avoid_positional_boolean_parameters, cf https://github.com/dart-lang/linter/issues/1638
Precondition.exists(bool this._exists) : _lastUpdateTime = null;