keySeparator property

String? keySeparator
final

The separator for nested keys. It is used to denote multiple object levels of access when retrieving a key from a namespace.

Defaults to '.'.

Implementation

final String? keySeparator;