getFocusNode abstract method

FocusNode? getFocusNode(
  1. JsonPath path, {
  2. bool createIfMissing = true,
})

Retreives a focus node for the specified path

Implementation

FocusNode? getFocusNode(JsonPath path, {bool createIfMissing = true});