VariableSet constructor

VariableSet({
  1. String? placeholder,
  2. String? userValue,
})

Implementation

VariableSet({this.placeholder, this.userValue});