buildTypeTable method

void buildTypeTable(
  1. TypeTable typeTable
)

Implementation

void buildTypeTable(TypeTable typeTable) {
  if (!typeTable.has(this)) {
    _buildTypeTableImpl(typeTable);
  }
}