Transforms a record object (with string keys and values of type V) into a Map<string, V> (getter).
Type of the containing object
Type of the property key in T that will be transformed
The name of the property to transform into a Map
A function that returns a Map backed by the key-value pairs from the record property
Transforms a record object (with string keys and values of type V) into a Map<string, V> (getter).