Script constructor
const
Script({})
Implementation
const Script({
required this.name,
this.run,
this.description,
this.env = const {},
this.packageFilters,
this.exec,
this.steps = const [],
this.isPrivate = false,
this.groups = const [],
});