ChefConfiguration constructor

ChefConfiguration({
  1. String? berkshelfVersion,
  2. bool? manageBerkshelf,
})

Implementation

ChefConfiguration({
  this.berkshelfVersion,
  this.manageBerkshelf,
});