SquadronService constructor

const SquadronService({
  1. bool pool = true,
  2. bool vm = true,
  3. bool web = true,
  4. String baseUrl = '',
})

Implementation

const SquadronService(
    {this.pool = true, this.vm = true, this.web = true, this.baseUrl = ''});