VariableModel constructor

VariableModel({
  1. String key = "",
  2. dynamic value = "",
})

Implementation

VariableModel({this.key = "",  this.value = ""});