CategoryEmbedded constructor

CategoryEmbedded({
  1. List<Category>? children = const [],
  2. List<NodePath>? path = const [],
})

Returns a new CategoryEmbedded instance.

Implementation

CategoryEmbedded({
  this.children = const [],
  this.path = const [],
});