Pie<T> constructor

Pie<T>(
  1. num value(
    1. T,
    2. int,
    3. List<T>
    )
)

Constructs a new pie generator with the given value accessor.

Implementation

Pie(this.value);