ImportCallOptions constructor

ImportCallOptions({
  1. Object? assert$,
  2. Object? with$,
})

Implementation

factory ImportCallOptions({
  _i2.Object? assert$,
  _i2.Object? with$,
}) =>
    ImportCallOptions._(
      assert$: assert$ ?? _i5.undefined,
      with$: with$ ?? _i5.undefined,
    );