Param constructor
const
Param({})
Implementation
const Param({
required this.name,
this.flags,
this.description,
this.defaultValue,
this.type,
this.values,
this.isTypeExplicit = false,
});
const Param({
required this.name,
this.flags,
this.description,
this.defaultValue,
this.type,
this.values,
this.isTypeExplicit = false,
});