name property

String? name
final

An optional name that will group this sort key with other sort keys of the same name.

Sort keys must have the same runtimeType when compared.

Keys with no name are compared to other keys with no name, and will be traversed before those with a name.

Implementation

final String? name;