The list of the records.

All records must have the same length than header.

Property definitions

csv $ CsvDocument :: records
	# The list of the records.
	#
	# All records must have the same length than `header`.
	var records = new Array[Array[String]] is writable, optional
lib/csv/csv.nit:126,2--129,61