TList constructor

TList(
  1. int elementType,
  2. int? length
)

Implementation

TList(this.elementType, int? length) : this.length = length ?? 0;