keyPath property Null safety
final
The key of the object being evaluated.
Either a string (adds '.name') or an int (adds '[value]').
Implementation
final List<dynamic> keyPath;
The key of the object being evaluated.
Either a string (adds '.name') or an int (adds '[value]').
final List<dynamic> keyPath;