keyArgs property

List<String>? keyArgs
final

Defines which arguments passed to the field are "important" in the sense that their values (together with the enclosing entity object) determine the field's value.

By default, it is assumed that all field arguments might be important.

If an empty List is provided, all arguments will be ignored.

Implementation

final List<String>? keyArgs;