A base class intended to be extended by higher-level implementations of List.
const BaseList(this.elements, {required this.growable});