generator property
final
Returns a function that transforms a container prefix (e.g. "foo")
and an optional element key into the key path for a single list item.
- For ListFormat.indices,
keyis the element index string. - For other formats,
keyis ignored.
Implementation
final ListFormatGenerator generator;