ProgramQuery constructor

ProgramQuery({
  1. Database? database,
})

Implementation

ProgramQuery({Database? database}) : super(database: database);