Explicitly construct a mapping to TO from a value source value.
For example
Person::name fromValue "John Doe"
will generate an explicit mapping, setting constructor parameter Person.name to "John Doe".
Person.name
"John Doe"