DartnessParam constructor
Implementation
DartnessParam(
this.name,
this.isQuery,
this.isPath,
this.isBody,
this.isNamed,
this.isPositional,
this.isOptional,
this.type, {
this.defaultValue,
this.fromJson,
});
DartnessParam(
this.name,
this.isQuery,
this.isPath,
this.isBody,
this.isNamed,
this.isPositional,
this.isOptional,
this.type, {
this.defaultValue,
this.fromJson,
});