exists property

  1. @override
bool exists
override

Returns true if the DocumentSnapshot exists.

Implementation

@override
bool get exists => true;