test method

bool test([
  1. dynamic input,
  2. String? baseURL
])

Implementation

bool test([dynamic input, String? baseURL]) =>
    js_util.callMethod(this, 'test', [input, baseURL]);