GetDatabaseResponse constructor

GetDatabaseResponse({
  1. Database? database,
})

Implementation

GetDatabaseResponse({
  this.database,
});