ParameterDescription constructor
Creates a new ParameterDescription.
Implementation
ParameterDescription({
required this.name,
required this.type,
required this.nullable,
});
Creates a new ParameterDescription.
ParameterDescription({
required this.name,
required this.type,
required this.nullable,
});