isDatabase property

bool isDatabase

Returns true if the response is a database.

Implementation

bool get isDatabase => this.object == ObjectTypes.Database;