initialValue property

List<T> initialValue
final

The inital value. Must be a List of T

Implementation

final List<T> initialValue;