strict property

bool strict
final

If true, a DuplicateValueError will be thrown when a value is added to the list that already exists.

Implementation

final bool strict;