Value constructor

const Value(
  1. String name
)

Implementation

const Value(String name) : super._(name, const []);