isDatabasesList property

bool get isDatabasesList

Returns true if the result is a list of databases.

Implementation

bool get isDatabasesList => _databases != null;