SeedSection constructor
Declares where the seed registry lives.
Implementation
SeedSection({
required this.directory,
required this.registry,
List<String>? seedNames,
}) : seedNames = List.unmodifiable(seedNames ?? const []);
Declares where the seed registry lives.
SeedSection({
required this.directory,
required this.registry,
List<String>? seedNames,
}) : seedNames = List.unmodifiable(seedNames ?? const []);