exists property
bool
get
exists
Signals whether or not the data exists. true
if the document exists.
Implementation
bool get exists => jsObject.exists;
Signals whether or not the data exists. true
if the document exists.
bool get exists => jsObject.exists;