VDir constructor

VDir(
  1. String name,
  2. {Map<String, VEntity>? children}
)

Implementation

VDir(
  super.name, {
  Map<String, VEntity>? children,
}) : children = children ?? {};