table method

void table([
  1. dynamic tabularData,
  2. Iterable<String>? properties
])

Implementation

void table([dynamic tabularData, Iterable<String>? properties]) =>
    js_util.callMethod(this, 'table', [tabularData, properties]);