isDatabase property
bool
get
isDatabase
Returns true if the response is a database.
Implementation
bool get isDatabase => this.object == ObjectTypes.Database;
Returns true if the response is a database.
bool get isDatabase => this.object == ObjectTypes.Database;