PackData constructor

PackData(
  1. num value,
  2. List<PackData> children
)

Implementation

PackData(this.value, this.children);