LineupDatabase constructor

LineupDatabase(
  1. String name, {
  2. int version = 1,
})

Implementation

LineupDatabase(
  this.name, {
  this.version = 1,
});