Delegate<T, V> constructor

Delegate<T, V>(
  1. List<T> items
)

Implementation

Delegate(
  this.items,
) : shown = List.from(items);