menu
renovation_core package
documentation
model.dart
SetValueParams
SetValueParams constructor
SetValueParams constructor
dark_mode
light_mode
SetValueParams
constructor
SetValueParams
(
String
?
doctype
,
String
?
docname
,
String
?
docfield
,
dynamic
value
,
)
Implementation
SetValueParams(this.doctype, this.docname, this.docfield, this.value);
renovation_core package
documentation
model
SetValueParams
SetValueParams constructor
SetValueParams class