UpdateParam constructor
UpdateParam({
- UpdateParamType? type,
- String? value,
Implementation
UpdateParam({
this.type,
this.value,
});
UpdateParam({
this.type,
this.value,
});