isDatabase property

bool get isDatabase

Returns true if the response is a database.

Implementation

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