growable property

bool growable
final

If true, this list is growable; otherwise, this is a fixed-length list.

Note: The underlying list, elements, may be growable, or not, regardless of growable's value, depending on how it was constructed.

Implementation

final bool growable;