dir method

void dir([
  1. dynamic item,
  2. dynamic options
])

Implementation

void dir([dynamic item, dynamic options]) =>
    js_util.callMethod(this, 'dir', [item, options]);