VariableModel constructor
VariableModel({
- String key = "",
- dynamic value = "",
Implementation
VariableModel({this.key = "", this.value = ""});
VariableModel({this.key = "", this.value = ""});