menu
conduit_core package
documentation
conduit_core.dart
KeyPath
KeyPath.byRemovingFirstNKeys constructor
KeyPath.byRemovingFirstNKeys constructor
dark_mode
light_mode
KeyPath.byRemovingFirstNKeys
constructor
KeyPath.byRemovingFirstNKeys
(
KeyPath
original
,
int
offset
)
Implementation
KeyPath.byRemovingFirstNKeys(KeyPath original, int offset) : path = original.path.sublist(offset);
conduit_core package
documentation
conduit_core
KeyPath
KeyPath.byRemovingFirstNKeys constructor
KeyPath class