Value constructor

const Value(
  1. String value
)

Implementation

const Value(this.value) : assert(value != null);