PatrolAppService constructor

PatrolAppService({
  1. required DartGroupEntry topLevelDartTestGroup,
})

Creates a new PatrolAppService.

Implementation

PatrolAppService({required this.topLevelDartTestGroup})
    : port = const int.fromEnvironment(
        'PATROL_APP_SERVER_PORT',
        defaultValue: 8082,
      );