GetDatabaseOutput constructor

GetDatabaseOutput({
  1. Database? database,
})

Implementation

GetDatabaseOutput({
  this.database,
});