ParameterDoc constructor
ParameterDoc({})
Implementation
ParameterDoc({
required this.name,
required this.type,
this.description,
this.isRequired = false,
this.isNamed = false,
this.isPositional = true,
this.defaultValue,
});