path property

String? path
inherited

path The attribute of the sort. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers (x) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant.

Implementation

String? get path => throw _privateConstructorUsedError;