NestedParameter constructor
NestedParameter({})
Implementation
NestedParameter({
this.boolValue,
this.intValue,
this.multiBoolValue,
this.multiIntValue,
this.multiValue,
this.name,
this.value,
});
NestedParameter({
this.boolValue,
this.intValue,
this.multiBoolValue,
this.multiIntValue,
this.multiValue,
this.name,
this.value,
});