Value constructor

Value(
  1. String attribute, {
  2. List<String>? value,
})

Creates a Value tied to a attribute and filled with values.

Implementation

Value(this.attribute, {this.value});