exists property

  1. @override
bool exists
override

Returns true if the document exists.

Implementation

@override
bool get exists => (super.noSuchMethod(Invocation.getter(#exists), returnValue: false) as bool);