DroneRepoRequestBody constructor

const DroneRepoRequestBody({
  1. required String configPath,
  2. required bool protected,
  3. required bool trusted,
  4. required int timeout,
  5. required String visibility,
})

Implementation

const DroneRepoRequestBody({
  required this.configPath,
  required this.protected,
  required this.trusted,
  required this.timeout,
  required this.visibility,
});