KeyPath.byRemovingFirstNKeys constructor Null safety

KeyPath.byRemovingFirstNKeys(
  1. KeyPath original,
  2. int offset
)

Implementation

KeyPath.byRemovingFirstNKeys(KeyPath original, int offset)
    : path = original.path.sublist(offset);