ParameterReflection constructor
const
ParameterReflection(])
Implementation
const ParameterReflection(
this.type,
this.name,
this.nullable,
this.required, [
this.defaultValue,
this._annotations,
]);
const ParameterReflection(
this.type,
this.name,
this.nullable,
this.required, [
this.defaultValue,
this._annotations,
]);