createTable abstract method

void createTable({
  1. int arraySize = 0,
  2. int recordCount = 0,
})

Creates a table and pushes it on the stack, reserving memory for arraySize and recordCount.

Implementation

void createTable({int arraySize = 0, int recordCount = 0});