findChildrenDeep method

MapEntry<String, Object>? findChildrenDeep(
  1. String fieldName, {
  2. bool resolveUIComponents = true,
})

Implementation

MapEntry<String, Object>? findChildrenDeep(String fieldName,
        {bool resolveUIComponents = true}) =>
    _findChildrenDeepImpl(
        _content!.children.asListViewFixed, fieldName, resolveUIComponents);