InlineValueContext constructor

InlineValueContext({
  1. num? frameId,
  2. Range? stoppedLocation,
})

Implementation

factory InlineValueContext({
  _i2.num? frameId,
  _i3.Range? stoppedLocation,
}) =>
    InlineValueContext._(
      frameId: frameId,
      stoppedLocation: stoppedLocation ?? _i6.undefined,
    );