timeoutInSeconds property Null safety

  1. @override
int timeoutInSeconds
read / writeoverride

Number of seconds before a Query times out.

A Query will fail and throw a QueryException if timeoutInSeconds seconds elapse before the query completes. Defaults to 30 seconds.

Implementation

@override
int timeoutInSeconds = 30;