create method

  1. @override
Tree? create(
  1. Ref ref
)

@nodoc

Implementation

@override
Tree? create(Ref ref) {
  return filteredTree(ref);
}