nestedField property Null safety

String? nestedField
read / write

Sets the nested field path that allows an array of objects to be indexed in a way that can be queried independently of each other.

Applicable only when dataField's mapping is of nested type.

Implementation

String? nestedField;