value property

List<T>? value
final

A list of string which specifies automatically checked checkboxes. Every element must match an item from itemList.

Implementation

final List<T>? value;