ConstructMaker constructor
const
ConstructMaker({})
Implementation
const ConstructMaker({
required this.package,
required this.isServer,
required this.isBuild,
required this.name,
required this.maker,
required this.hasNameConflict,
required this.optIn,
});