Value constructor

Value({
  1. ValueType type = ValueType.value,
  2. String value = "",
})

Implementation

Value({this.type = ValueType.value, this.value = ""});