DocumentParameter constructor
DocumentParameter({
- String? defaultValue,
- String? description,
- String? name,
- DocumentParameterType? type,
Implementation
DocumentParameter({
this.defaultValue,
this.description,
this.name,
this.type,
});