nullable property

bool nullable
final

If true, the list may contain multiple instances of null, otherwise, null will be treated like any other value and only one instance of null may be contained in the list.

Implementation

final bool nullable;