SlatePlan constructor

const SlatePlan({
  1. required List<String> packagesToAdd,
  2. required List<NyTemplate> templates,
  3. Object? config,
})

Implementation

const SlatePlan({
  required this.packagesToAdd,
  required this.templates,
  this.config,
});