NodeNotFoundException constructor

NodeNotFoundException({
  1. required String key,
  2. String? parentKey,
})

Implementation

NodeNotFoundException({required String key, String? parentKey})
    : message = "The node <$key> does not exist in the parent <$parentKey>";