add static method

void add(
  1. SqfEntityTableBase table
)

Implementation

static void add(SqfEntityTableBase table) {
  tables = tables ?? <SqfEntityTableBase>[]
    ..add(table);
}