ParameterInfo constructor
const
ParameterInfo({})
Implementation
const ParameterInfo({
required this.name,
required this.type,
required this.isRequired,
required this.defaultValue,
required this.isPositional,
this.isFamily = false,
});