SeedJobDetails constructor

SeedJobDetails({
  1. String? connectionProfile,
})

Implementation

SeedJobDetails({
  this.connectionProfile,
});